def hashcatdownloadfunc(): #GIT CLONES AND MAKE-BUILDs HASHCAT!
import os, webbrowser, time
from tkinter import filedialog
from tkinter import Tk
os.system("clear")
print("""\033[0;33;48m
a a
aaa aaa
aaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaa
aaaaafaaaaaaafaaaaaa
aaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaa
aaaaaaa aaaaaaa
aaaaaaaaaaaaaa
a aaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaaaa
aaa aaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaa
??? ??? ?????? ??????????? ??? ??????? ?????? ?????????
??? ?????????????????????? ????????????????????????????
??????????????????????????????????? ???????? ???
??????????????????????????????????? ???????? ???
??? ?????? ?????????????? ?????????????? ??? ???
??? ?????? ?????????????? ??? ?????????? ??? ???
\033[0;39;48m
""")
if input("\033[1;39;48mDownload and setup hashcat for GPU-WPA cracking? [y/n] >> ").lower().startswith("y"):
os.system("clear")
print("\nWhere would you like hashcat installed?")
input("\n|MENU|POST_CRACK|GPU|HASHCAT_DOWNLOAD|(Please delete any older versions and press enter to choose directory) >>")
global hashpath
Tk().withdraw()
hashpath = filedialog.askdirectory()
hashpath = str(hashpath)
print("\nA browser window will now open. ALT+TAB back to the terminal")
time.sleep(3)
webbrowser.open("https://hashcat.net/")
#print("Please right-click and copy/paste link location on the button next to hashcat binaries")
downloadpath = input("\nPlease paste the URL/ADDRESS/LINK-LOCATION of the hashcat binaries download button EG:https://hashcat.net/files/hashcat-3.6.0.7z \033[1;31;48m~# \033[0;39;48m")
os.system("sudo apt install p7zip p7zip-full -y;cd %s;wget %s;7z x hashcat-*;git clone https://github.com/hashcat/hashcat-utils.git;cd hashcat-utils/src/;make" %(hashpath, downloadpath))
#os.system("cd %s;git clone https://github.com/hashcat/hashcat.git;cd hashcat/;git submodule update --init;make;cd ..;git clone https://github.com/hashcat/hashcat-utils.git;cd hashcat-utils/src/;make" %(hashpath))
os.system("\necho '\033[1;32;48m[+] \033[1;39;48mHashcat is now ready to use, it will be inside the folder you chose \033[0;39;48m' ")
os._exit(1)
else:
title()
评论列表
文章目录