Brute-force $HEX
#1
Dictionary attack is working with --hex-salt i get correct $HEX[310032003300340035003600] 123456 as result
Code:
hashcat64 -m 160 --hex-salt --encoding-to=utf-16le hash.txt dict.txt
But when i do brute-force with the same hash and salt i get no result, here is my syntax
Code:
hashcat64 hash.txt -m 160 --hex-salt --encoding-to=utf-16le -a 3 -1 ?d ?1?1?1?1?1?1
Is my brute-force syntax wrong cause dictonary is working?


Messages In This Thread
Brute-force $HEX - by fedorov83 - 10-26-2018, 05:57 AM
RE: Brute-force $HEX - by undeath - 10-26-2018, 10:18 AM
RE: Brute-force $HEX - by fedorov83 - 10-26-2018, 07:10 PM
RE: Brute-force $HEX - by undeath - 10-27-2018, 10:48 AM