How to divide Maskprocessor results in to multiple files
#1
Hi everyone. I am pretty new to the cracking world. I understand how hashcat and maskrpocessor works. Right now I am struggling with 11-12 char long passwords. I was wondering is there is any way to see a mask that will generate password files for every 10milion passwords, or smth like this. Or maybe there is a way to take password candidates for hashcat while maskprocessor is generating them, then remove all processed candidates
Reply
#2
split will do it:
Code:
$ mp64 ?l?l?l?l?l?l?l?l?l?l?l | split -l 10000000
Reply
#3
(11-15-2021, 04:58 PM)ZerBea Wrote: split will do it:
Code:
$ mp64 ?l?l?l?l?l?l?l?l?l?l?l | split -l 10000000

How to do that on windows power shell?
Reply
#4
https://stackoverflow.com/questions/1001...powershell
Reply