Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

zyrgo/netscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetScan

Automated ASN and CIDR scanning tool

NetScan is a shell script which automates the scanning the CIDRs in the ASN, Port scanning the CIDR blocks for alive hosts and cves.

Features:

  • 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

Installation

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>

About

asn and cidr scanning tool

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages