Skip to content

musana/xup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

xup

a tool that takes masscan output through a pipeline, extracts IP and port information, and passes it to chain other tools.

install

go install -v github.com/musana/xup@latest

usage

to extract ip:port pair

masscan 1.1.1.1/28 -p 80|xup masscan
or you can pass xml format of nmap output
cat nmap_scan.xml|xup nmap

output:
1.1.1.10:80
1.1.1.9:80
1.1.1.12:80
1.1.1.4:80
1.1.1.7:80

to extract only IP

masscan 1.1.1.1/28 -p 80|xup masscan -onlyip
or you can pass xml format of nmap output
cat nmap_scan.xml|xup nmap -onlyip

output:
1.1.1.10
1.1.1.9
1.1.1.12
1.1.1.4
1.1.1.7

About

the tool extracts IP and port information from masscan output

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages