Skip to content

Bash script to parse multiple Nmap (.gnmap) exports into various plain-text formats for easy analysis.

License

Notifications You must be signed in to change notification settings

rvrsh3ll/gnmap-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gnmap-Parser

Description

Gnmap-Parser takes multiple Nmap scans exported in greppable (.gnmap) format and parses them into various types of plain-text files for easy analysis.

Parsing Formats Include:

  • Alive Hosts List Based on ICMP Replies
  • Alive Hosts List Based on Open Ports
  • Simple TCP/UDP Ports Lists Showing Unique Open Ports Discovered Across All Hosts
  • Port Files In "Port-[#]-[TCP/UDP].txt" Format Consisting of Ordered Hosts
  • CSV Style Port Matrices in "[PORT],[PROTOCOL],[HOST]" Format

Usage

Supported Switches:

  • -g | --gather = Gather .gnmap Files
  • -p | --parse = Parse .gnmap Files

Limitations:

  • Gnmap-Parser will only parse *.gnmap files that are in the same directory that it resides. For this reason, the gather switch (-g) was implemented to copy *.gnmap from their discovered locations into the scripts working directory. Any path will work as Gnmap-Parser will traverse all subdirectories. For instance, providing a parent directory of "/" will traverse the entire root filesystem looking for *.gnmap files.

  • Gnmap-Parser currently only parses files that end with the .gnmap extension. If using the -oA switch of Nmap, these files will already be named with the correct extension. If specifying the -oG switch, be sure to append .gnmap to the filename.

About

Bash script to parse multiple Nmap (.gnmap) exports into various plain-text formats for easy analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%