Max Pass Length using Wordlists
#8
You could also just use reject rules from: https://hashcat.net/wiki/doku.php?id=rul...ect_plains

e.g.
Code:
hashcat -m 0 -a 0 -w 3 -j "<G" hashes.txt names.dic


note: that you must make sure that you escape the < (less than) symbol correctly within your shell command (this depends on your operating system and shell)


Messages In This Thread
Max Pass Length using Wordlists - by Siwon - 11-29-2017, 10:21 PM
RE: Max Pass Length using Wordlists - by royce - 11-29-2017, 10:40 PM
RE: Max Pass Length using Wordlists - by Siwon - 11-29-2017, 10:57 PM
RE: Max Pass Length using Wordlists - by Siwon - 11-30-2017, 08:12 PM
RE: Max Pass Length using Wordlists - by undeath - 11-30-2017, 09:43 PM
RE: Max Pass Length using Wordlists - by atom - 12-01-2017, 11:14 AM
RE: Max Pass Length using Wordlists - by undeath - 12-01-2017, 12:49 PM
RE: Max Pass Length using Wordlists - by philsmd - 12-01-2017, 02:56 PM