Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This **ASN Mapper** is a fast and user-friendly recon tool designed for ethical hackers. It maps a domain or ASN to its subdomains, IP ranges, live hosts, and open ports using tools like `subfinder`, `masscan`, and `nmap`. Ideal for surface mapping in bug bounty and red team engagements.

License

Notifications You must be signed in to change notification settings

cryptXploit/ASN-Mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASN Mapper Pro

License: MIT

A fast and comprehensive surface mapper using ASN or domain input for reconnaissance and bug bounty hunting.

Features

  • ASN to IP range mapping
  • Mass parallel scanning
  • Subdomain enumeration
  • Service detection
  • SSL certificate inspection
  • Customizable scanning parameters

Installation

git clone https://github.com/yourusername/ASN-Mapper.git
cd ASN-Mapper
sudo apt install -y $(cat requirements.txt)

Usage

Basic domain scan:

./asn_mapper.sh -t target.com -o results.txt

ASN scan:

./asn_mapper.sh -A AS12345 -p 80,443,8080 -r 10000

About

This **ASN Mapper** is a fast and user-friendly recon tool designed for ethical hackers. It maps a domain or ASN to its subdomains, IP ranges, live hosts, and open ports using tools like `subfinder`, `masscan`, and `nmap`. Ideal for surface mapping in bug bounty and red team engagements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages