Skip to content

lfazioli/IP-SCAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

IP Scan

This is a simple Python script that scans IP addresses on the internet.

Requirements

To use this script, make sure you have the following installed:

  • Python (any recent version)
  • pyfiglet (for styled text output)
  • The built-in os module (used for executing system commands)

Screenshot

IP Scan Screenshot

Installation

Install pyfiglet

pip install pyfiglet

if you have python3 you should use:

pip3 install pyfiglet

Download repository

git clone https://github.com/lfazioli/IP-SCAN.git
cd IP_SCAN

start the program:

python IP_scan.py

if you have python3 you should use:

python3 IP_scan.py

Releases

No releases published

Packages

 
 
 

Contributors

Languages