1
0
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:
Mr.Z4nzu
2020-07-05 22:31:19 +05:30
committed by GitHub
parent 7c9c36fd09
commit f69994f353

View File

@ -106,13 +106,19 @@ def menu():
wifijamming() wifijamming()
elif choice == "12" : elif choice == "12" :
clearScr() clearScr()
socialattack() print("In working ")
time.sleep(3)
pass
#socialattack()
elif choice == "13" : elif choice == "13" :
clearScr() clearScr()
socialfinder() socialfinder()
elif choice == "14": elif choice == "14":
clearScr() clearScr()
androidhack() print("In working ")
time.sleep(3)
pass
#androidhack()
elif choice == "15": elif choice == "15":
clearScr() clearScr()
steganography() steganography()
@ -505,7 +511,7 @@ def bluepot():
menu() menu()
def fluxion(): def fluxion():
os.system("echo \"fluxion is a wifi key cracker using evil twin attack..\nyou need a wireless adaptor for this tool\"| boxes -d boy | lolcAT") os.system("echo \"fluxion is a wifi key cracker using evil twin attack..\nyou need a wireless adaptor for this tool\"| boxes -d boy | lolcat")
choice = input("[1]Install [2]Run [99]Back >>") choice = input("[1]Install [2]Run [99]Back >>")
if choice == "1": if choice == "1":
os.system("git clone https://github.com/thehackingsage/Fluxion.git") os.system("git clone https://github.com/thehackingsage/Fluxion.git")