nmaptocsv
nmaptocsv copied to clipboard
A simple python script to convert Nmap output to CSV
Hi, I made the following changes: - added the '-e', '--exclude' argument to the argparser object on line 66 - added logic such that a line like `"66.110.224.130";"";"";"";"";"";""` will be...
Can you please include the status header for up/down from nmap scans?
I made some changes to the script to show the port state in the CSV results (by default). Also i added a option for only show open ports in the...
I haven't found a way to determine the status of the port, either open, filtered or closed. Maybe add it to the "port" column? So the port column would return...
Hi, I added the column "state" to nsmaptocsv and would like this to getting merged back into your project. Looking forward to your feedback. Greetings security-companion