Skip to content

Recon scripts for gathering ASNs via organization name and filtering out shared-ASN to avoid out-of-scope domains

Notifications You must be signed in to change notification settings

MR-Prey3r/asn-recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ASN Recon

Recon scripts for gathering ASNs via organization name and filtering out shared-ASN to avoid out-of-scope domains

Installation:

$ git clone https://github.com/MR-Prey3r/asn-recon.git
$ cd asn-recon
$ unzip asn-recon

Usage:

To get all the available ASNs related to the org name provided (be sure to remove the unwanted org ASN)

echo "org name" | ./asn-grabber | anew asn-list.txt

To get the non-shared ASN only

cat asn-list.txt | awk '{print $1}' | ./lone-asn

Note:

Please note that these scripts are prototype projects so these may not be accurate!

About

Recon scripts for gathering ASNs via organization name and filtering out shared-ASN to avoid out-of-scope domains

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published