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

[Feature] Saving storage and time not duplicating logs and output #774

Open
pdelteil opened this issue Dec 12, 2023 · 4 comments
Open

[Feature] Saving storage and time not duplicating logs and output #774

pdelteil opened this issue Dec 12, 2023 · 4 comments

Comments

@pdelteil
Copy link
Contributor

So, there's this case when some modules create the same data on the logs and output folder. For example, waybackurls, gau, this has this problems:

  1. When the scan is finished the merging process might use all the storage if the output is big.

In a recent scan I ended up with the following:

35 GB ../logs/*
35 GB ../output/*
35 GB outputfile.txt

I had to manually remove the logs and output folders but it failed in previous attempts because of lack of storage.

Solution

  1. In this kind of modules the only data generated should be the /output , locally and remotely.
@iambouali
Copy link
Contributor

Have you considered using the --rm-logs flag while scanning with Axiom? It might be usefull in addressing this issue

@iambouali
Copy link
Contributor

I have experienced this problem several times too ...

@pdelteil
Copy link
Contributor Author

Have you considered using the --rm-logs flag while scanning with Axiom? It might be usefull in addressing this issue

Doesn't help, because it will remove the logs after the scan, not during the scan.

@iambouali
Copy link
Contributor

gotcha! Yes, in my opinion this improvement would also be very useful

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

2 participants