Hashcat: Skirtumas tarp puslapio versijų

Iš Žinynas.
Jump to navigation Jump to search
(Naujas puslapis: == wpa == cap2hccapx.bin NAME-OF-YOUR.cap NAME-OF-YOUR.hccapx hashcat.exe -m 2500 NAME-OF-YOUR.hccapx rockyou.txt Category:Tinklas Category:Wifi Category:Hacking...)
 
 
(nerodoma 2 tarpinės versijos, sukurtos to paties naudotojo)
5 eilutė: 5 eilutė:
 
  hashcat.exe -m 2500 NAME-OF-YOUR.hccapx rockyou.txt
 
  hashcat.exe -m 2500 NAME-OF-YOUR.hccapx rockyou.txt
  
 +
== md5crypt $1$, MD5(Unix) ==
 +
hashcat -a 0 -m 500 hash.txt wordlist.txt
 +
 +
== bcrypt $2*$, Blowfish(Unix) ==
 +
hashcat -a 0 -m 200 hash.txt wordlist.txt
 +
 +
== sha256crypt $5$, SHA256(Unix) ==
 +
hashcat -a 0 -m 400 hash.txt wordlist.txt
 +
 +
== sha512crypt $6$, SHA512(Unix) ==
 +
hashcat -a 0 -m 1800 hash.txt wordlist.txt
 +
 +
== LM Windows ==
 +
 +
hashcat -a 0 -m 3000 hash.txt wordlist.txt
 +
 +
== NTLM Windows ==
 +
 +
hashcat -a 0 -m 1000 hash.txt wordlist.txt
 +
 +
== Windows Password dump tools ==
 +
 +
* [https://github.com/Retr0-code/hash-dumper NTLMv1/2 Hash Dumper]
 +
* [https://github.com/ParrotSec/mimikatz Mimikatz] latest implementation
 +
 +
== Mask best practices ==
 +
 +
?l?d?d?l?u?u?l?l
 +
?l?d?d?u?l?u?l?l
 +
?l?d?d?u?u?l?l?l
 +
?l?d?l?d?u?u?l?l
 +
?l?d?u?d?l?u?l?l
 +
?l?d?u?d?u?l?l?l
 +
?l?d?l?u?d?u?l?l
 +
?l?d?u?l?d?u?l?l
 +
?l?d?u?u?d?l?l?l
 +
?l?d?l?u?u?d?l?l
 +
?l?d?u?l?u?d?l?l
 +
?l?d?u?u?l?d?l?l
 +
 +
[[Category:Saugumas]]
 
[[Category:Tinklas]]
 
[[Category:Tinklas]]
 
[[Category:Wifi]]
 
[[Category:Wifi]]
 
[[Category:Hacking]]
 
[[Category:Hacking]]
 
[[Category:WarDriving]]
 
[[Category:WarDriving]]

Dabartinė 23:41, 20 liepos 2024 versija


wpa[keisti]

cap2hccapx.bin NAME-OF-YOUR.cap NAME-OF-YOUR.hccapx
hashcat.exe -m 2500 NAME-OF-YOUR.hccapx rockyou.txt

md5crypt $1$, MD5(Unix)[keisti]

hashcat -a 0 -m 500 hash.txt wordlist.txt 

bcrypt $2*$, Blowfish(Unix)[keisti]

hashcat -a 0 -m 200 hash.txt wordlist.txt

sha256crypt $5$, SHA256(Unix)[keisti]

hashcat -a 0 -m 400 hash.txt wordlist.txt

sha512crypt $6$, SHA512(Unix)[keisti]

hashcat -a 0 -m 1800 hash.txt wordlist.txt

LM Windows[keisti]

hashcat -a 0 -m 3000 hash.txt wordlist.txt

NTLM Windows[keisti]

hashcat -a 0 -m 1000 hash.txt wordlist.txt

Windows Password dump tools[keisti]

Mask best practices[keisti]

?l?d?d?l?u?u?l?l
?l?d?d?u?l?u?l?l
?l?d?d?u?u?l?l?l
?l?d?l?d?u?u?l?l
?l?d?u?d?l?u?l?l
?l?d?u?d?u?l?l?l
?l?d?l?u?d?u?l?l
?l?d?u?l?d?u?l?l
?l?d?u?u?d?l?l?l
?l?d?l?u?u?d?l?l
?l?d?u?l?u?d?l?l
?l?d?u?u?l?d?l?l