02-26-2018, 02:10 AM
Your example in crackitBruteForce.sh will only match three-digits-per-octet IPs (111.111.111.111) and miss other possibilities (111.111.111.1, 1.1.1.1, 11.11.11.11, etc.)
This is closer: https://pastebin.com/4HQ6C8gG
Are you using GPU? iff not, when using only CPU (-D 1), hashcat should use all cores.
This is closer: https://pastebin.com/4HQ6C8gG
Are you using GPU? iff not, when using only CPU (-D 1), hashcat should use all cores.
~