-
Notifications
You must be signed in to change notification settings - Fork 116
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
Does it stores temporary data of filesystem? #12
Comments
No, output file is written at the end, but it could be a great improvement to introduce in next version. Thanks! |
Thanks! I have one more question: is password list size limited with ram size? |
Yes @fdistorted , right now the final wordlists are limited to the RAM size of your system. This project started as a focused wordlist generator, so I didn't take care about manage wordlists larger than 3-4 GB. In future commits I will try to change this behaviour, saving the words into the output file and reading from it to apply transforms, again saving new words as soon as it is produced. |
I think that would be great to add session parameter to store all save files under the session name. To continue user should use session parameter again. As I see the hardest part is to track and store the progress on the parallel executions. Maybe everything should be divided by chunks and the last calculated chunk number should be stored after it's completion. |
Hello @amanenk I've been out of this project for a while, recently I've tried to update it including this memory management improve, still is not working, anyway if you want to check out my scratch please see the new function I wrote Thank you :) |
Try better 70-80% of the RAM because if you use it all, it will leave no RAM for other Apps and OS so the PC will lag badly( as with other tools I have seen) |
I started a command with 90 words using 5 words combination. |
I have started the command with 26 words, 4 words combinations and all the transformations.
It has been running for 8 days already but looks like it hasn't written anything to FS yet. Is it OK?
Below is everything that I got as output on the first day.
Thanks.
The text was updated successfully, but these errors were encountered: