Skip to content

sercanarga/ipmap

ipmap

An open-source, cross-platform powerful network analysis tool for discovering websites hosted on specific IP addresses and ASN ranges.

Features

  • ASN scanning (Autonomous System Number)
  • IP block scanning (CIDR format)
  • HTTPS/HTTP support
  • DNS resolution
  • Text and JSON output formats
  • Configurable concurrent workers (1-1000)
  • Real-time progress bar
  • Graceful interrupt handling with result export

Installation

Download the latest version from Releases and run:

unzip ipmap.zip
chmod +x ipmap
./ipmap

Usage

Parameters

-asn AS13335                         # Scan all IP blocks in the ASN
-ip 103.21.244.0/22                  # Scan specified IP blocks
-d example.com                       # Search for specific domain
-t 200                               # Request timeout in milliseconds
--export                             # Auto-export results
-format json                         # Output format (text or json)
-workers 100                         # Number of concurrent workers
-v                                   # Verbose mode
-c                                   # Continue scanning until completion

Examples

Scan ASN:

ipmap -asn AS13335 -t 300

Find domain in ASN:

ipmap -asn AS13335 -d example.com

Scan IP blocks:

ipmap -ip 103.21.244.0/22,103.22.200.0/22 -t 300

Export results:

ipmap -asn AS13335 -d example.com --export

High-performance scan:

ipmap -asn AS13335 -workers 200 -v

Building

git clone https://github.com/sercanarga/ipmap.git
cd ipmap
go build -o ipmap .

Testing

go test ./... -v

License

This project is open-source and available under the MIT License.

About

ipmap is an open source, cross-platform and powerful network analysis tool.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •