A scanner with socket, with information about a particular ip or url of a website.
The script is in development, any errors can be fixed in the future.
Place in the terminal:
git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git
After enter in the files, and put:
chmod +X requirementes.txt
pip install -r requirementes.txt
Now start the script:
python3 ip.py
For use you need put `ip address` (000.000.0.0) or `url` (www.google.com)
Libraries | Links |
---|---|
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/ |