Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.01 KB

MappingTheInternet

A repository where tools can be downloaded to create an image based on pinging hosts

Dependencies

  • Python 3
  • np (numpy)
  • Image (PIL)
  • ThreadPoolExecutor, as_completed (concurrent.futures)
  • Linux (and possibly any other UNIX system) for the use of iputils Maybe pip (pip3) is required to install the missing python package in a conda environment.

How to use it ?

  1. Enter the first IP to scan
  2. Enter the last IP to scan (Wait until all IP are scaned)
  3. Enter the name of the image to be saved
  4. Enter the folderpath used to save the image The image is now saved

Output example from 1.1.1.0 to 1.2.1.1 (square vs custom width)

plot plot

Warning! This tool can ping a lot of IP. We do not encourage to use this tool as DDoS attack. Please respect GitHub, your Internet provider and the host TOS.

This repository (and the code under it) is under the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) licence