This is a simple Python script that scans IP addresses on the internet.
To use this script, make sure you have the following installed:
- Python (any recent version)
pyfiglet(for styled text output)- The built-in
osmodule (used for executing system commands)
pip install pyfigletif you have python3 you should use:
pip3 install pyfiglet
git clone https://github.com/lfazioli/IP-SCAN.git
cd IP_SCAN
python IP_scan.py
if you have python3 you should use:
python3 IP_scan.py