Skip to content

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

License

Notifications You must be signed in to change notification settings

sercanarga/ipmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipmap goreport release download license

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

Installation

  • Download the latest version from the release page.
  • Extract the downloaded zip file from the archive unzip ipmap.zip
  • Set the file permission chmod +x ipmap
  • Run ipmap with ./ipmap

Using ipmap

Run ./ipmap to get all parameters

Parameters

-asn AS13335                         # get all IP blocks of ASN
-ip 103.21.244.0/22,103.22.200.0/22  # scans for entered IP blocks
-d example.com                       # search for domain in ASN/IP blocks
-t 200                               # timeout(ms) for requests (default:auto)
--c                                  # work until finish scanning
--export                             # auto export results (txt)

Usages

ipmap -asn AS13335 -t 300                                  # finding sites by scanning all the IP blocks in the ASN
ipmap -asn AS13335 -d example.com                          # finding real IP address of site by scanning all IP blocks in ASN
ipmap -ip 103.21.244.0/22,103.22.200.0/22 -t 300           # finding sites by scanning all the IP blocks
ipmap -ip 103.21.244.0/22,103.22.200.0/22 -d example.com   # finding real IP address of site by scanning given IP addresses

Build

Clone the project

git clone https://github.com/sercanarga/ipmap.git

Go to directory and run go build

cd ipmap
go build .

Run the ipmap file in the directory

./ipmap

Contributors

Thanks go to these wonderful people


Ertuğrul TURAN

Samet

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages