mirror of
https://github.com/NetsecExplained/Nmap-XML-to-CSV.git
synced 2026-08-27 08:20:12 +03:00
Update README.md
This commit is contained in:
parent
af7d78768a
commit
307e08fbf6
@ -26,3 +26,8 @@ Converts Nmap XML output to csv file, and other useful functions
|
||||
> Displays the 10 most common open ports
|
||||
|
||||
`python3 nmap_xml_parser.py -f nmap_scan.xml -mc 10`
|
||||
|
||||
### Display only IP addresses with a specified open port
|
||||
> Displays only IP addresses where port 23 is open
|
||||
|
||||
`python3 nmap_xml_parser.py -f nmap_scan.xml -fp 23`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user