forked from ultrasecurity/webkiller
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
webkiller
committed
Mar 24, 2020
1 parent
bc71164
commit 6e0824d
Showing
46 changed files
with
1,970 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | ||
|
Oops, something went wrong.