You could also just use reject rules from: https://hashcat.net/wiki/doku.php?id=rul...ect_plains
e.g.
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)
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)