bopscrk icon indicating copy to clipboard operation
bopscrk copied to clipboard

Does it stores temporary data of filesystem?

Open amanenk opened this issue 3 years ago • 7 comments

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. image

amanenk avatar Dec 15 '20 08:12 amanenk

No, output file is written at the end, but it could be a great improvement to introduce in next version.

Thanks!

r3nt0n avatar Dec 15 '20 18:12 r3nt0n

Thanks! Great. That also would be great to track progress somehow. It is running for for 11 days already on my mini server. A few times a year I have power power outage and I hope it won't happen while it doing a password list :)

I have one more question: is password list size limited with ram size?

amanenk avatar Dec 17 '20 19:12 amanenk

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.

r3nt0n avatar Feb 06 '21 20:02 r3nt0n

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.

amanenk avatar Feb 15 '21 07:02 amanenk

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 transform_cached_wordlist_and_save inside modules/transforms.py and let me know what you think.

Thank you :)

r3nt0n avatar Jul 27 '22 13:07 r3nt0n

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.

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)

its0x08 avatar Aug 08 '22 09:08 its0x08

I started a command with 90 words using 5 words combination. Instead of it to go directly the combination it first make a Combination of 90 words using 2 words Combination of 90 words using 3 words Combination of 90 words using 4 words Before it's start making the combination of 90 words using 5 words And it consumes a lot of time,is they any way I can edit the "bopscrk.cfg" file or any command to stop it? @r3nt0n THANKS

avirils avatar Nov 17 '22 18:11 avirils