Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

quick nMap scanner

The idea here is to be able to have a list of IPs in a CSV, run nmap -Pn on each IP and store the results in an output.csv

if you run this in WSL you'll need to do some character substitution first, example:

sed -i 's/\r$//' ScanIps.sh
./ScanIps.sh listOfDevices.csv output.csv

Used to recon open ports without having to use shodoan or 3rd party tools (potentially sending IP info to a 3rd party).

-Cheers

About

Runs Nmap on a list of IPs for quick port auditing purposes and tracking.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages