Raleigh2016 / asnpepper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%