Skip to content
/ ipmap Public
forked from sercanarga/ipmap

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

License

Notifications You must be signed in to change notification settings

layerweb/ipmap

This branch is up to date with sercanarga/ipmap:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87a633c ยท Nov 13, 2022

History

8 Commits
Sep 16, 2022
Sep 16, 2022
Sep 16, 2022
Oct 30, 2022
Sep 16, 2022
Nov 13, 2022
Sep 16, 2022
Sep 16, 2022
Sep 16, 2022

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%