Changed the way the decryption worked to allow 3 different lines to try on each line of the wordlist

This commit is contained in:
2023-06-03 16:35:09 +02:00
parent ed96d25223
commit fea68730d3
2 changed files with 54 additions and 21 deletions

View File

@@ -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)