Skip to content

Releases: suchsoak/IP-SOCKET-PYTHON

v.1.0.1

11 Aug 01:13
8a1f432
Compare
Choose a tag to compare

News

  ██████     |
▒██    ▒     | BY: suchsoak
░ ▓██▄       | GitHub: https://github.com/suchsoak
  ▒   ██▒    | v:1.0.1
▒██████▒▒    |
▒ ▒▓▒ ▒ ░    |
░ ░▒  ░      |
░  ░  ░      ||
  • Script improvement
  • Fix -i(ip)
  • Fix -u(URL)
  • Comments in the script for understanding
  • New file for information about the script (JSON)
  • More imports to make the script better
  • Import

  • sys
  • os
  • import socket #Discover TCP/UDP
    import argparse
    import whois #Discover information on the internet
    import time #Put the time in the script
    import requests 
    import sys #Stop Script
    import geocoder #Discover geolocation
    import os 
    import colorama #Color in the script
    from colorama import Fore, Style
    from urllib.request import urlparse

    V.1.0.0

    24 Dec 20:08
    52e6bcc
    Compare
    Choose a tag to compare

    IP-SOCKET-PYTHON

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

    This is a Python script to get information from a web page, put the IP or the URL. I recommend putting the ip. It also gets information about open ports, like as tcp.

    Usage

    python3 ip.py -i <ip_target>

    or

     python3 ip.py -u <url_target>

    If you see a message like this: Status code 404 from http://ipinfo.io/www.google.com/json: ERROR - 404 Client Error: Not Found for url: http://ipinfo.io/www.google.com/json Just ignore it