Skip to content

v.1.0.1

Latest
Compare
Choose a tag to compare
@suchsoak suchsoak released this 11 Aug 01:13
· 2 commits to main since this release
8a1f432

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