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

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-SOCKET-PYTHON

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.

How to install

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

How it works

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

All links used:

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/