A powerful socket scanner to gather information about any IP address or website URL.
██████ |
▒██ ▒ | BY: suchsoak
░ ▓██▄ | GitHub: https://github.com/suchsoak
▒ ██▒ | v:1.0.1
▒██████▒▒ |
▒ ▒▓▒ ▒ ░ |
░ ░▒ ░ |
░ ░ ░ |
░ |
Run these commands in your terminal:
git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git
chmod +x requirements.txt
pip install -r requirements.txt
python3 ip.pyusage: ip.py [-h] [-u TARGET] [-i TARGET]
options:
-h, --help show this help message and exit
-u TARGET, --url TARGET
scan a URL
-i TARGET, --ip TARGET
scan an IP addressScan an IP:
python3 ip.py -i <ip_target>Scan a URL:
python3 ip.py -u <url_target>| Library | Link |
|---|---|
| 🔌 socket | https://docs.python.org/3/library/socket.html |
| 🗺️ geocoder | https://geocoder.pbh.gov.br/geocoder/ |
| 🔍 python-whois | https://pypi.org/project/python-whois/ |
| 🎨 colorama | https://pypi.org/project/colorama/ |
| 📡 requests | https://pypi.org/project/requests/ |
| 🌐 urllib | https://docs.python.org/3/library/urllib.html |
| ⚙️ argparse | https://docs.python.org/3/library/argparse.html |
| 💾 os | https://docs.python.org/3/library/os.html |
| 🔄 sys | https://docs.python.org/3/library/sys.html |
Licensed under the MIT License.