Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7693

Brute-force $HEX

$
0
0
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?

Viewing all articles
Browse latest Browse all 7693

Trending Articles