Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
webkiller committed Mar 24, 2020
1 parent bc71164 commit 6e0824d
Show file tree
Hide file tree
Showing 46 changed files with 1,970 additions and 0 deletions.
Binary file added helplist/__pycache__/helpp.cpython-36.pyc
Binary file not shown.
Binary file added helplist/__pycache__/helpp.cpython-37.pyc
Binary file not shown.
155 changes: 155 additions & 0 deletions helplist/helpp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
import os
from colorama import Fore
import time
import sys
def Banner():

os.system("clear")

print(Fore.LIGHTRED_EX+"""\n
██╗ ██╗███████╗██████╗ ██╗ ██╗██╗██╗ ██╗ ███████╗██████╗
██║ ██║██╔════╝██╔══██╗██║ ██╔╝██║██║ ██║ ██╔════╝██╔══██╗
██║ █╗ ██║█████╗ ██████╔╝█████╔╝ ██║██║ ██║ █████╗ ██████╔╝
██║███╗██║██╔══╝ ██╔══██╗██╔═██╗ ██║██║ ██║ ██╔══╝ ██╔══██╗
╚███╔███╔╝███████╗██████╔╝██║ ██╗██║███████╗███████╗███████╗██║ ██║
╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝
====================================================================
** WebSite : UltraSec.org **
** Channel : @UltraSecurity **
** Developers : Writer **
** Team Members : AmScan , Milad Ranjbar **
** Thank's : .::Shayan::. **
====================================================================
""")
# ₿
def infolist1():
time.sleep(0.1)
print(Fore.RED+" ["+Fore.WHITE+"卐"+Fore.RED+"]"+Fore.CYAN+" Choose one of the options below \n")
time.sleep(0.1)
print(Fore.LIGHTYELLOW_EX+" [1] Information Gathering\n")
time.sleep(0.1)
print(Fore.RED+" [2] CMS Detection\n")
time.sleep(0.1)
print(Fore.YELLOW+" [3] Developer :)\n")
time.sleep(0.1)
print(Fore.BLUE+" [4] Exit . . .\n")






def infolist2():
time.sleep(0.1)
print(Fore.GREEN+" [1]"+Fore.BLUE+" - Bypass Cloud Flare")
print(Fore.CYAN+" **********************")
time.sleep(0.2)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Cms Detect")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Trace Toute")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [4]"+Fore.BLUE+" - Reverse IP")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [5]"+Fore.BLUE+" - Port Scan")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [6]"+Fore.BLUE+" - IP location Finder")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [7]"+Fore.BLUE+" - Show HTTP Header")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [8]"+Fore.BLUE+" - Find Shared DNS")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [9]"+Fore.BLUE+" - Whois")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [10]"+Fore.BLUE+" - DNS Lookup")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [11]"+Fore.BLUE+"- Robots Scanner")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [12]"+Fore.BLUE+" - Admin Page Finder")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [13]"+Fore.BLUE+" - Back To Menu")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [14]"+Fore.BLUE+" - Exit :) \n")

def infolist3():


Banner()
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.BLUE+" Develper : Mr Qadir :) \n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.GREEN+" Thank's : .::Shayan::.\n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.MAGENTA+" My Site : www.UltraSec.org :)\n")
time.sleep(0.1)
print (Fore.GREEN+" [*]"+Fore.CYAN+" My Telegram ID @ What_is_python :]\n")
time.sleep(0.1)
try:

input(Fore.LIGHTRED_EX+" [*] Back To Menu (Press Enter...) ")
except:
print("")
print("\n")
sys.exit()

def infolist4():

Banner()

print(Fore.GREEN+" [1]"+Fore.BLUE+"- WordPress ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Drupal"+Fore.RED+" Coming Soon . . .")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Joomla "+Fore.RED+" Coming Soon . . . ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [4]"+Fore.BLUE+" - Back To Menu")

print(Fore.CYAN+" **********************\n")
time.sleep(0.1)


def infowp():
Banner()

print(Fore.GREEN+" [1]"+Fore.BLUE+" - Get Plugins ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [2]"+Fore.BLUE+" - Get Username ")
print(Fore.CYAN+" **********************")
time.sleep(0.1)

print(Fore.GREEN+" [3]"+Fore.BLUE+" - Back To Menu ")

print(Fore.CYAN+" **********************\n")
time.sleep(0.1)
21 changes: 21 additions & 0 deletions modules/Traceroute.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import sys
import requests
from colorama import Fore

def __start__():
try:

print(Fore.RED+" [!] Plase Enter Domain")
inp = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"TraceRoute"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"卐 ")
result = requests.get('https://api.hackertarget.com/mtr/?q=' + inp).text
print(result)
try:
input(Fore.RED+" [!] "+Fore.GREEN+"Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
except:
print("\nExit :)")


Binary file added modules/__pycache__/Banner.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/Traceroute.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/Traceroute.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/adminfiner.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/cloudflare.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/cloudflare.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/cms.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/cms.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/dnslookup.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/dnslookup.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/finder.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/finder.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/findsharedns.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/findsharedns.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/httpheader.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/httpheader.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/iplocation.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/iplocation.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/portscan.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/portscan.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/reverseip.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/reverseip.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/robots.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/robots.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/whois.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/whois.cpython-37.pyc
Binary file not shown.
Binary file added modules/__pycache__/wordpress.cpython-36.pyc
Binary file not shown.
Binary file added modules/__pycache__/wordpress.cpython-37.pyc
Binary file not shown.
32 changes: 32 additions & 0 deletions modules/cloudflare.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import socket
import sys
import time
from colorama import Fore
def __start__():
print(""" [!] Welcome To The Cloudflare Bypasser Part
[!] Please Enter The Target Website Address\n""")
subdom = ['ftp', 'cpanel', 'webmail', 'localhost', 'local', 'mysql', 'forum', 'driect-connect', 'blog', 'vb', 'forums', 'home', 'direct', 'forums', 'mail', 'access', 'admin', 'administrator', 'email', 'downloads', 'ssh', 'owa', 'bbs', 'webmin', 'paralel', 'parallels', 'www0', 'www', 'www1', 'www2', 'www3', 'www4', 'www5', 'shop', 'api', 'blogs', 'test', 'mx1', 'cdn', 'mysql', 'mail1', 'secure', 'server', 'ns1', 'ns2', 'smtp', 'vpn', 'm', 'mail2', 'postal', 'support', 'web', 'dev']

site = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"Bypass-CloudFlare"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"卐 ")
if site == "":
try:
print(Fore.RED+" [!] "+Fore.BLUE+"Please Enter Address :) \n")
time.sleep(5)
sys.exit()
except:
return
for sub in subdom:
try:
hosts = str(sub) + "." + str(site)
bypass = socket.gethostbyname(str(hosts))
#print('Cloudflare Bypassed ! Real IP Address => '+bypass)
print (" [!] CloudFlare Bypass " + str(bypass) + ' | ' + str(hosts))
except Exception:
pass
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
23 changes: 23 additions & 0 deletions modules/cms.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import requests, builtwith
from colorama import Fore
import sys
def __start__():
print(Fore.RED+" [!] Plase Enter Domain")
target = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"CMS-Detect"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"卐 ")
if not 'https://' in target or not 'http://' in target:
target = 'http://'+target
info = builtwith.parse(target)
for name in info:
value = ''
for val in info[str(name)]:
name = name.replace('-',' ')
name = name.title()
value += str(val)
print(Fore.BLUE+"\n"+name+': '+value)
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()

21 changes: 21 additions & 0 deletions modules/dnslookup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import sys
import requests
from colorama import Fore
import os
def __start__():

try:
print(Fore.RED+" [!] Enter The Domain\n")
inp = input(Fore.RED+" ┌─["+Fore.LIGHTGREEN_EX+"WEBKILLER"+Fore.BLUE+"~"+Fore.WHITE+"@HOME"+Fore.RED+"/"+Fore.CYAN+"IG"+Fore.RED+"/"+Fore.LIGHTYELLOW_EX+"NS-Lookup"+Fore.RED+"""]
└──╼ """+Fore.WHITE+"卐 ")
result = requests.get('http://api.hackertarget.com/dnslookup/?q=' + inp).text
print(Fore.LIGHTBLUE_EX+result)
try:
input(Fore.GREEN+" [*] Back To Menu (Press Enter...) ")
except:
print("")
sys.exit()
except:
print("\n Exit :)")
sys.exit()

Loading

0 comments on commit 6e0824d

Please sign in to comment.