hashcat Forum
Wordlist With mask hybrid Help. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-40.html)
+--- Thread: Wordlist With mask hybrid Help. (/thread-8294.html)



Wordlist With mask hybrid Help. - mysterdee - 04-10-2019

Not sure if im in the right forum, But all the others seem to be closed.

I have burned out all my wordlists on a .hccapx file and i now wish to go the HYBRID MASK + WORDLIST route

Could someebody tell me how i can use hashcat to do the follwing to my wordlist when i run them.

1. Change the 1st letter to a CAPITAL letterĀ 
2. add a run of 0-1000 on the end of the wordlist..

how would i code hashcat to do this.

thanks for any help.


RE: Wordlist With mask hybrid Help. - NoReply - 04-10-2019

You could generate a rule file using maskprocessor (https://github.com/hashcat/maskprocessor/releases/), although there is only a rule to toggle the case at a given position, which obviously means you do not necessarily capitalize. This should be fine though, if you stick to the wordlists you already burned.

Details: https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor
and: https://hashcat.net/wiki/doku.php?id=rule_based_attack


RE: Wordlist With mask hybrid Help. - mysterdee - 04-10-2019

(04-10-2019, 01:41 PM)NoReply Wrote: You could generate a rule file using maskprocessor (https://github.com/hashcat/maskprocessor/releases/), although there is only a rule to toggle the case at a given position, which obviously means you do not necessarily capitalize. This should be fine though, if you stick to the wordlists you already burned.

Details: https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor
and: https://hashcat.net/wiki/doku.php?id=rule_based_attack

Thanks il look into it.