Skip to content

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

Notifications You must be signed in to change notification settings

rodolfomarianocy/asnpepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages