You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Update hackingtool.py
This commit is contained in:
@ -44,14 +44,12 @@ Logo="""\033[33m
|
|||||||
███ ███ ███ ███ ███ ███ ███ ▀███▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███▌ ▄
|
███ ███ ███ ███ ███ ███ ███ ▀███▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███▌ ▄
|
||||||
███ █▀ ███ █▀ ████████▀ ███ ▀█▀ █▀ ▀█ █▀ ████████▀ ▄████▀ ▀██████▀ ▀██████▀ █████▄▄██
|
███ █▀ ███ █▀ ████████▀ ███ ▀█▀ █▀ ▀█ █▀ ████████▀ ▄████▀ ▀██████▀ ▀██████▀ █████▄▄██
|
||||||
▀ ▀
|
▀ ▀
|
||||||
【T】【h】【i】【s】 【T】【o】【o】【l】 【C】【r】【e】【a】【t】【e】【d】 【B】【y】 【Z】【4】【n】【z】【u】
|
|
||||||
|
|
||||||
\033[97m[!] https://github.com/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 """
|
\033[97m """
|
||||||
def menu():
|
def menu():
|
||||||
print(Logo + """\033[0m
|
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
|
[00]AnonSurf
|
||||||
[01]Information Gathering
|
[01]Information Gathering
|
||||||
[02]Password Attack && Wordlist Generator
|
[02]Password Attack && Wordlist Generator
|
||||||
@ -211,6 +209,7 @@ def info():
|
|||||||
[5] Xerosploit
|
[5] Xerosploit
|
||||||
[6] Advanced XSS Detection Suite
|
[6] Advanced XSS Detection Suite
|
||||||
[7] ReconSpider(For All Scaning)
|
[7] ReconSpider(For All Scaning)
|
||||||
|
[8] IsItDown (Check Website Down/Up)
|
||||||
[99] Back To Main Menu
|
[99] Back To Main Menu
|
||||||
""")
|
""")
|
||||||
choice2 = input("Z4nzu =>> ")
|
choice2 = input("Z4nzu =>> ")
|
||||||
@ -234,6 +233,9 @@ def info():
|
|||||||
elif choice2 == "7":
|
elif choice2 == "7":
|
||||||
clearScr()
|
clearScr()
|
||||||
reconspider()
|
reconspider()
|
||||||
|
elif choicee2 == "8":
|
||||||
|
clearScr()
|
||||||
|
isitdown()
|
||||||
elif choice2 == "99":
|
elif choice2 == "99":
|
||||||
clearScr()
|
clearScr()
|
||||||
menu()
|
menu()
|
||||||
@ -1490,8 +1492,8 @@ def sqlmap():
|
|||||||
print("Downloaded Successfully..!!")
|
print("Downloaded Successfully..!!")
|
||||||
menu()
|
menu()
|
||||||
elif userchoice == "2":
|
elif userchoice == "2":
|
||||||
os.system("cd sqlmap && python sqlmap.py -h")
|
os.system("cd sqlmap-dev && 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("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":
|
elif userchoice == "99":
|
||||||
sqltool()
|
sqltool()
|
||||||
else :
|
else :
|
||||||
|
Reference in New Issue
Block a user