NetScan is a shell script which automates the scanning the CIDRs in the ASN, Port scanning the CIDR blocks for alive hosts and cves.
- Scan CIDR associated with an ASN number
- Port scan top 100 ports via Masscan
- Finding out possible CVEs associated with any IPs via Shodan
- Screenshoting alive hosts via gowitness
NetScan requires masscan for port scanning, gowitness for screenshoting.
Install the dependencies if not already installed:
sudo apt-get install masscan
go install github.com/sensepost/gowitness@latest
Clone the repository and run netscan:
git clone https://github.com/zyrgo/netscan.git
cd netscan
sh netscan {-a|-c} <asn-number|cidr-number>