Skip to content

A scanner with socket, with information about a particular ip or url of a website.

License

Notifications You must be signed in to change notification settings

suchsoak/IP-SOCKET-PYTHON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-SOCKET-PYTHON

A scanner with socket, with information about a particular ip or url of a website.

If you have problems with the code, or any comments about it, please let me know. For me to fix immediately. Any criticism I'm accepting. THANK YOU!

The script is in development, any errors can be fixed in the future.

How to install

Linux or MacOS

install the requirementes.txt

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

WINDOWS

install python: https://www.python.org/

install Python-whois and geocoder

    pip install Python-whois
    pip install geocoder

Then run in the terminal (CMD or PORWERSHELL), with python installed:

already with the requirements installed

   python3 ip.py

Don't forget to download the requirements

And then the script runs.

How use

   For use you need put `ip address` (000.000.0.0) or `url` (www.google.com)

All links used:

Libraries Links
python https://www.python.org/
socket.py 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/
platform https://docs.python.org/3/library/platform.html

For ethical hackers and people who are interested in computer networks.

The project took a long time to develop and I'm new to python, I intend to do other tools. In time I will update the IP-SOCKET-PYTHON