pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
3.91k stars 615 forks source link

How can I run axiom-scan with paramspider #804

Closed gpxlnx closed 1 month ago

gpxlnx commented 1 month ago

Hi,

How can run axiom-scan using paramspider module? My doubt is where the result was saved?

0xtavian commented 1 month ago

Hey @gpxlnx, The results are downloaded from the remote instances and merged into a final local output folder or file (same with any module).

If you don’t specify the output file name, it will output to $(pwd)/scan+$timestamp

axiom-scan input -m paramspider 

this will save the output to a user specified directory

axiom-scan input -m paramspider -o myoutput 

Closing this issue but lmk if you have any more questions