Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodolfomarianocy/asnpepper

ASNPepper - Recon in ASN - Extracting CIDR's - Fast and efficient scanning
https://github.com/rodolfomarianocy/asnpepper

asn bgp bugbounty hacking information-gathering pentest pentesting reconnaissance tips tricks

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 -O output.txt
```

### View organization CIDR IPs by searching ASNs and save in a txt
```
python asnpepper.py -o --show-ip -O output.txt
```

### Port scan a certain port on all ASN IP's in an organization
```
python asnpepper.py -o --test-port 80,443
```

### Fetch Git Exposed on all an organization's ASN IP's on port 80
```
python asnpepper.py -o --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 --test-port 80,443 -t 2000
```
## Install Linux
```
sudo apt install chromium-driver && pip install selenium
```
## Install Windows
```
pip install selenium webdriver_manager
```

Reference:
- https://rodolfomarianocy.medium.com/recon-em-asns-262a7f7b9297