Skip to content

gnmapper - Greppable NMAP (gnmap) to CSV parser / converter written in bash

License

Notifications You must be signed in to change notification settings

pect0ral/gnmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GNMAPPER

This is a shell script (primarily written with awk) for parsing one or more gnmap files (nmap's greppable format) into a CSV.

This is based on GNU Awk (gawk) so make sure you have gawk installed and in your path.

Usage:

  ./gnmapper /path/to/file.gnmap /path/to/files/*.gnmap | tee myReport.csv

#|| OR try something like:

  find /some/path -maxdepth 5 -type f -name "*.gnmap" | xargs ./gnmapper | tee myReport.csv

Please note that I am using tee to write my CSV. You can obviously use output redirection with >, >> or &>.

I used tee so you can see your output while creating the file.

Thanks!

-- 
Mike Piekarski
Automagine, LLC
mike [-AT-] automagine [-DOT-] com

About

gnmapper - Greppable NMAP (gnmap) to CSV parser / converter written in bash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages