nmap-parse-output
nmap-parse-output copied to clipboard
Converts/manipulates/extracts data from a Nmap scan output.
Any chance that [nmap-parse-output](https://github.com/ernw/nmap-parse-output) could take several input files, so we'll be able to replace `for i in scans/nmap/*.xml; do nmap-parse-output $i host-ports-protocol; done` with `nmap-parse-output scans/nmap/*.xml host-ports-protocol` or `nmap-parse-output...
not only on AUR but also BA +openSUSE
Thank you for creating such an awesome tool! I was wondering if you would consider adding npo:comment to the html-bootstrap.xslt so comments added with nmap-parse-output will be parsed by the...
command one: > nmap -p 80,445,443,21,22 -T5 --min-parallelism 16 -n --min-hostgroup 16 -Pn **--append-output** -oA **testnmapappend** --open **192.168.0.0/28** command two: > nmap -p 80,445,443,21,22 -T5 --min-parallelism 16 -n --min-hostgroup 16...
The same out as with http-ports but with hostnames + -sV Nmap's option output analyse Example: http://www.bank.ru:80 http://ddd.bank.ru:8080 http://ddd.www.bank.ru:80 http://bank.ru:80 http://www.bank.ru:8088 https://WWW.bank.ru:8443 https://login.bank.ru:443 https://logindemo.bank.ru:443 It can be helpful if one...
**service-names** command outputs not all services, search using **service [service_name]** work fine even if **service-names** can't see it. In this example, service-names will find only **rtsp** and **http**, but not...
Hi This adds the new command `hostname-ports`. Description: ``` hostname-ports Extracts a list of all *open* ports in ipaddress:port and hostname:port format. ``` This is useful if a host has...