Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build dictionary - count switcher error #25

Open
mujtabaxd opened this issue Mar 12, 2021 · 5 comments
Open

Cannot build dictionary - count switcher error #25

mujtabaxd opened this issue Mar 12, 2021 · 5 comments

Comments

@mujtabaxd
Copy link

I am trying to build a wordlist but it throws error at the start.

C:\pydictor-master>python pydictor.py --len 12 12 --head 2031 -base dc
                              _ _      _
              _ __  _   _  __| (_) ___| |_ ___  _ __
             | '_ \| | | |/ _` | |/ __| __/ _ \| '__|
             | |_) | |_| | (_| | | (__| || (_) | |
             | .__/ \__, |\__,_|_|\___|\__\___/|_|
             |_|    |___/                            2.1.5.2#dev


[!] Build items more than pyoptions.count_switcher: 100000000000
[!] Modify /lib/data/data.py count_switcher to adjust it
@LandGrey
Copy link
Owner

I am trying to build a wordlist but it throws error at the start.

C:\pydictor-master>python pydictor.py --len 12 12 --head 2031 -base dc
                              _ _      _
              _ __  _   _  __| (_) ___| |_ ___  _ __
             | '_ \| | | |/ _` | |/ __| __/ _ \| '__|
             | |_) | |_| | (_| | | (__| || (_) | |
             | .__/ \__, |\__,_|_|\___|\__\___/|_|
             |_|    |___/                            2.1.5.2#dev


[!] Build items more than pyoptions.count_switcher: 100000000000
[!] Modify /lib/data/data.py count_switcher to adjust it

your command will generate (10+26)^12 = 4.7383813383216e+18 lines and it's large than 100000000000 line.

pydictor default will exit.

if you have enough disk space, you can modify fileC:/pydictor-master/lib/data/data.py increasingcount_switcher number.

@mujtabaxd
Copy link
Author

Yes it's fine now.
A nice feature would be if pydictor tells the exact size of the wordlist we're going to generate.

@principal-aaas
Copy link

Hiya Mujtabaxd,
Thank you for the insight as I adjusted my count_switcher to accommodate 26^13 with a 4 digit --tail. Based upon your experience, how long should I expect the wordlist generation to take? It's been going for over an hour now.
Cheers!

@jrgdiaz
Copy link

jrgdiaz commented Oct 17, 2021

is there a way to limit the number of items that pydictor generates?
For example if only wanted the first 1000 items ...

@LandGrey
Copy link
Owner

is there a way to limit the number of items that pydictor generates? For example if only wanted the first 1000 items ...

Temporarily no this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants