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

Is there a function like occur and types, that for exemple delete lines below 6 characters? #33

Closed Privacy6484847 closed 2 years ago

Privacy6484847 commented 2 years ago

Is there a function like occur and types, that for exemple delete lines below 6 characters?

LandGrey commented 2 years ago

Is there a function like occur and types, that for exemple delete lines below 6 characters?

Maybe you need using --len 6 100 option limit characters length?

Privacy6484847 commented 2 years ago

Thanks for your reply. I tried this but it doesn't work: Pydictor.py --len 6 20 test.txt

LandGrey commented 2 years ago

Pydictor.py --len 6 20 test.txt

Using command python pydictor.py --len 6 20 -tool handler test.txt to filter your word list.

Privacy6484847 commented 2 years ago

This is exactly what i was looking for: pydictor --len 6 20 -tool handler test.txt Thank you very much!! :)

LandGrey commented 2 years ago

This is exactly what i was looking for: pydictor --len 6 20 -tool handler test.txt Thank you very much!! :)

you are welcome.