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

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-SOCKET-PYTHON

A scanner with socket, with information about a particular IP or URL of a website.

  ██████     |
▒██    ▒     | BY: suchsoak
░ ▓██▄       | GitHub: https://github.com/suchsoak
  ▒   ██▒    | v:1.0.1
▒██████▒▒    |
▒ ▒▓▒ ▒ ░    |
░ ░▒  ░      |
░  ░  ░      ||

How to install

Place in the terminal:

   git clone https://github.com/suchsoak/IP-SOCKET-PYTHON.git

   chmod +X requirements.txt

   pip install -r requirements.txt

   python3 ip.py

Usage

usage: ip.py [-h] [-u TARGET] [-i TARGET]

options:
  -h, --help            show this help message and exit
  -u TARGET, --url TARGET
                        url
  -i TARGET, --ip TARGET
                        ip
python3 ip.py -i <ip_target>

or

 python3 ip.py -u <url_target>
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/
urlib https://docs.python.org/3/library/urllib.html
argparse https://docs.python.org/3/library/argparse.html
OS https://docs.python.org/pt-br/3/library/os.html
sys https://docs.python.org/3/library/sys.html

License & Copyright

This open source project is licensed under the MIT License.