Export collected data to the results file once it reaches a specific limit to reduce memory usage
mhmdiaa opened this issue · 2 comments
mhmdiaa commented
When the collected data has reached a specific limit, dump it to a file and free its memory. This way, we can save a lot of memory, and update the results file periodically, so if the tool crashes, or is forced to exit, the user will have the already gathered data.
sumgr0 commented
Hi mhmdiaa,
I was trying the tool on a target(s) and noticed that the command line kills the process after a while.
Is this the same issue noted here?