axiom icon indicating copy to clipboard operation
axiom copied to clipboard

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

Open pdelteil opened this issue 8 months ago • 4 comments

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.

pdelteil avatar Dec 12 '23 21:12 pdelteil

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

iambouali avatar Jan 23 '24 23:01 iambouali

I have experienced this problem several times too ...

iambouali avatar Jan 23 '24 23:01 iambouali

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.

pdelteil avatar Jan 23 '24 23:01 pdelteil

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

iambouali avatar Jan 23 '24 23:01 iambouali