LandGrey / pydictor

A powerful and useful hacker dictionary builder for a brute-force attack
https://github.com/LandGrey/pydictor
GNU General Public License v3.0
3.22k stars 630 forks source link

Repeat parameter not working properly #11

Closed rube200 closed 4 years ago

rube200 commented 4 years ago

I executed this command: python pydictor.py -b dL -o "~/passwords.txt" --len 12 12 --repeat "<=3" "<=3" "<=0" (to long) base_file:

000000000000
000000000001
000000000002
000000000003
000000000004
000000000005
000000000006
...

Isn't the 0 just supposed to appear up to 3 times in a row?

LandGrey commented 4 years ago

thanks for your feedback

python pydictor.py -b dL -o "~/passwords.txt" --len 12 12
python pydictor.py -tool handler "~/passwords.txt" --repeat "<=3" "<=3" "<=0" -o "~/passwords-repeat.txt"
rube200 commented 4 years ago

Thanks, I didn't see that in README.md