Dictionary Attack with increment
#3
To be fair, there's not a lot on the wiki to answer this specific question.

Some folks would probably either one-time filter the wordlist on the fly with `grep` or similar, or else grep it once and save the results, depending on the size of the wordlist.

You can also use `-j` with a rules file that contains `_8` ("_" is a "reject" rule, but only works with `-j` / `-k`).

https://hashcat.net/wiki/doku.php?id=rul...ect_plains
~
Reply


Messages In This Thread
Dictionary Attack with increment - by Saduj - 08-02-2023, 10:23 PM
RE: Dictionary Attack with increment - by marc1n - 08-02-2023, 10:45 PM
RE: Dictionary Attack with increment - by Saduj - 08-03-2023, 04:50 PM
RE: Dictionary Attack with increment - by royce - 08-02-2023, 11:21 PM
RE: Dictionary Attack with increment - by Saduj - 08-02-2023, 11:56 PM
RE: Dictionary Attack with increment - by Saduj - 08-03-2023, 09:22 PM
RE: Dictionary Attack with increment - by royce - 08-03-2023, 09:32 PM
RE: Dictionary Attack with increment - by Saduj - 08-03-2023, 10:15 PM