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

Error creating wordlist from data file #3

Open
ghost opened this issue Oct 22, 2021 · 0 comments
Open

Error creating wordlist from data file #3

ghost opened this issue Oct 22, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 22, 2021

Hi.

I was just having a play with your program and encountered a problem...

`>> 5
[!] Remember:
[-] Creating a wordlist of large size, probably it will need some hours!
[-] You can put the extensions when insert the filename (.txt, .dat, etc..).
[-] The maximum string size can be 50.

Insert file name: 10m.pwds.txt

Reading file 10m.pwds.txt...
double free or corruption (out)

Received signal 6 (Abort).
Abnormal termination.Impossible to deallocate memory.
Possible Memory Leak.

Exiting...
`

Apart from the SIGABRT, I am not sure what the error message 'double free or corruption' means - Is the file too large? Corrupt memory management?

The list is 8.2MiB and contains 999998 passwords (wc -l ...). No strings are over 50 chars long. Longest in file is 39 chars (wc -L ...).

Thank you.

PS: Are you able to add a munging option for existing wordlists?

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

No branches or pull requests

0 participants