Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.51 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.51 KB

ASNPepper - Recon in ASN - Extracting CIDR's - Fast and efficient scanning

Help

Usage

View organization CIDRs by searching the ASN's and save in a txt

python asnpepper.py -o <org> -O output.txt

View organization CIDR IPs by searching ASNs and save in a txt

python asnpepper.py -o <org> --show-ip -O output.txt

Port scan a certain port on all ASN IP's in an organization

python asnpepper.py -o <org> --test-port 80,443

Fetch Git Exposed on all an organization's ASN IP's on port 80

python asnpepper.py -o <org> --test-git (in development and testing phase)

It is also possible to set the number of threads to --test-git or --test-port which by default is 1000

python asnpepper.py -o <org> --test-port 80,443 -t 2000

Install Linux

sudo apt install chromium-driver && pip install selenium

Install Windows

pip install selenium webdriver_manager

Reference: