04-17-2020, 02:29 PM
I am new to hashcat - currently I am trying to get my (forgotten) itunes password from a itunes backup iOS 9 or older ("-m 14700") and I was wondering if anyone could tell me how to start a dictionary attack - I created a text file "password.txt" - containing passwords I recently used, the passwords are separated by comma ","
so what I did:
./hashcat -d 2 -m 14700 hash.txt -a 0 password.txt
I wonder whether the password.txt file is properly created and whether the syntax "-a password.txt" is correct - thnx in advance
so what I did:
./hashcat -d 2 -m 14700 hash.txt -a 0 password.txt
I wonder whether the password.txt file is properly created and whether the syntax "-a password.txt" is correct - thnx in advance