Wordlist + Bruteforce Attack
#3
(12-27-2019, 07:55 PM)philsmd Wrote: just read the output of
Code:
hashcat --help

it says

Code:
- [ Attack Modes ] -
...
6 | Hybrid Wordlist + Mask


therefore it is just:
Code:
hashcat -a 6 -m 13721 -i -1 ?l?s hash.hash words.dict ?1?1?1?1?1

also explained here:
https://hashcat.net/wiki/
https://hashcat.net/wiki/doku.php?id=hybrid_attack

Thank you so much,..next time i look twice in the --help (shame on me that i havn´t saw it by myselve O__o )


Messages In This Thread
Wordlist + Bruteforce Attack - by Sondero - 12-27-2019, 07:45 PM
RE: Wordlist + Bruteforce Attack - by philsmd - 12-27-2019, 07:55 PM
RE: Wordlist + Bruteforce Attack - by Sondero - 12-27-2019, 08:03 PM