Page 1 of 1

hashcat

Posted: 12 Mar 2021 16:08
by ASiX88796
»
Image

Image

hashcat is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 300 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.

Source: github.com/hashcat/hashcat

Re: hashcat

Posted: 12 Mar 2021 18:42
by ASiX88796
»
Image

Exemplu de utilizare:

Code: Select all

hashcat -m 14000 -a 3 hashes.txt -o cracked.txt -1 charsets\DES_full.hcchr --hex-charset ?1?1?1?1?1?1?1?1 -w 4 --force


Image

Re: hashcat

Posted: 28 Nov 2021 20:34
by ciprysat
nu inteleg unde se afla d:\Oscam_tools>hashcat

se intra cu telnet ip receiver si se da comanda respectiva?

Re: hashcat

Posted: 28 Nov 2021 22:27
by ASiX88796
»
Se downloadează de aici: https://hashcat.net/hashcat/
Se decomprimă cu 7zip: https://www.7-zip.org/download.html

Pe Windows se pornește din linia de comandă Win+R -> cmd (sau orice altă metodă preferată).
Pentru exemplificare eu l-am pus în D:\OScam_tools dar poate rula din orice locație de pe PC.

Pentru a nu introduce toți parametri manual se recomandă pregătirea în prealabil a unui script. Arhiva conține deja 3 exemple de script (example0, example400 și example500).

Image

PS: exemplificarea este pentru un PC cu windows dar hashcat merge și pe Linux.