Update xsstrike
This commit is contained in:
6
xsstrike
6
xsstrike
@@ -592,16 +592,18 @@ def hulk():
|
||||
webbrowser.open(magic)
|
||||
print "\033[1;33m[!]\033[1;m Hulk's stamina is over. Exiting..."
|
||||
sys.exit()
|
||||
|
||||
def enter_URL():
|
||||
URL = raw_input('\033[1;34m[?]\033[1;m\033[1;97m Enter the target URL: \033[1;m')
|
||||
print " \033[1;31m\033[1;100mMade with <3 by Somdev Sangwan : TeamUltimate.in\033[1;m"
|
||||
print"""\033[1;31m _ _ _______ _______ _______ ______ _____ _ _ _______
|
||||
\___/ |______ |______ | |_____/ | |____/ |______
|
||||
_/ \_ ______| ______| | | \_ __|__ | \_ |______"""
|
||||
print"\t\033[1;32m Enter \"help\" to access help manual\033[1;m"
|
||||
print"\033[1;31m-----------------------------------------------------------------\033[1;m"
|
||||
URL = raw_input('\033[1;34m[?]\033[1;m\033[1;97m Enter the target URL: \033[1;m')
|
||||
enter_URL()
|
||||
if "d3v" not in URL:
|
||||
print Style.BRIGHT + Fore.RED + "[-] You have to insert \"d3v\" in the most crucial parameter to use Fuzzer and Hulk.\nFor example: website.com/search.php?q=d3v&category=1"
|
||||
enter_URL()
|
||||
if URL == "help":
|
||||
print """\033[1;31m--------------------------------------------\033[1;m
|
||||
\033[1;33m[!]\033[1;m Information \033[1;34m[?]\033[1;m Prompt \033[1;31m[-]\033[1;m Bad News \033[1;32m[+]\033[1;m Good News \033[1;97m[>]\033[1;m Processing
|
||||
|
||||
Reference in New Issue
Block a user