Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rodolfomarianocy/asnpepper
- Owner: rodolfomarianocy
- Created: 2022-08-30T04:44:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:55:40.000Z (3 months ago)
- Last Synced: 2024-10-28T01:51:38.441Z (3 months ago)
- Topics: asn, bgp, bugbounty, hacking, information-gathering, pentest, pentesting, reconnaissance, tips, tricks
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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