Wordlist With mask hybrid Help.
#1
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.
Reply
#2
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=rul...kprocessor
and: https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply
#3
(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=rul...kprocessor
and: https://hashcat.net/wiki/doku.php?id=rule_based_attack

Thanks il look into it.
Reply