Update hackingtool.py

This commit is contained in:
Mr.Z4nzu 2020-06-19 19:45:51 +05:30 committed by GitHub
parent f9bc03f73c
commit 7e7cfb1dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,14 +44,12 @@ Logo="""\033[33m
This Tool Created By Z4nzu
\033[97m[!] https://github.com/Z4nzu
\033[91m[!] This Tool is Only For Educational Purpose Please Don\'t use for Any illegal Activity [!]
\033[97m """
def menu():
print(Logo + """\033[0m
\033[91m[!] This Tool Must Run as a Root..[!]] \033[97m
\033[91m[!] This Tool Must Run as a Root..[!] \033[97m
[00]AnonSurf
[01]Information Gathering
[02]Password Attack && Wordlist Generator
@ -211,6 +209,7 @@ def info():
[5] Xerosploit
[6] Advanced XSS Detection Suite
[7] ReconSpider(For All Scaning)
[8] IsItDown (Check Website Down/Up)
[99] Back To Main Menu
""")
choice2 = input("Z4nzu =>> ")
@ -234,6 +233,9 @@ def info():
elif choice2 == "7":
clearScr()
reconspider()
elif choicee2 == "8":
clearScr()
isitdown()
elif choice2 == "99":
clearScr()
menu()
@ -1490,8 +1492,8 @@ def sqlmap():
print("Downloaded Successfully..!!")
menu()
elif userchoice == "2":
os.system("cd sqlmap && python sqlmap.py -h")
print("echo \"[!]python sqlmap.py -u [<http://example.com>] --batch --banner \n[!]For More Usage : https://github.com/sqlmapproject/sqlmap/wiki/Usage\"|boxes -d boy")
os.system("cd sqlmap-dev && python sqlmap.py -h")
os.system("echo \"[!]python sqlmap.py -u [<http://example.com>] --batch --banner \n[!]For More Usage : https://github.com/sqlmapproject/sqlmap/wiki/Usage \"|boxes -d boy")
elif userchoice == "99":
sqltool()
else :