Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.52 KB

README.md

File metadata and controls

69 lines (52 loc) · 1.52 KB

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.