Skip to content

Take output from nmap and turn it into something easily searchable and readable.

License

Notifications You must be signed in to change notification settings

securitygeneration/scanreport

This branch is 1 commit behind superkojiman/scanreport:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Security GenerationSecurity Generation
Security Generation
and
Security Generation
Jul 27, 2016
9a7f3bd · Jul 27, 2016

History

21 Commits
Dec 31, 2015
Sep 5, 2014
Jul 27, 2016

Repository files navigation

scanreport

Nmap is a favorite tool when it comes to running port scans. The output can be a bit much however, especially when you’re dealing with many targets with many services. Nmap is capable of producing reports in text, grepable, and XML formats. I wanted a lightweight tool that could quickly parse my Nmap reports and display clean results. I couldn’t find one that did what I wanted, so I hacked something together. The end result, is a script called scanreport.sh

scanreport.sh reads an Nmap grepable output file and displays the results based on IP address, port number, or service. The tool is most helpful when you’ve got several machines that you’ve scanned, so as an example, we’ll scan five machines and examine the output. This works well with onetwopunch. For more details, see http://blog.techorganic.com/2012/09/15/parsing-nmaps-output/

About

Take output from nmap and turn it into something easily searchable and readable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%