Changed the way the decryption worked to allow 3 different lines to try on each line of the wordlist
This commit is contained in:
2
main.py
2
main.py
@@ -7,7 +7,7 @@ from child_process import worldlist_bruteforce_partial
|
||||
|
||||
# ============ Setup ============ #
|
||||
|
||||
fileToCrack = "Aazaza.xls" # The file to crack
|
||||
fileToCrack = "Base_MPP_Ouest_2013.xls" # The file to crack
|
||||
wordlistPath = "rockyou.txt" # The wordlist to use
|
||||
num_threads = 16 # Number of processes to launch (should be the same as your number of cpu cores)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user