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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I run axiom-scan with paramspider

gpxlnx opened this issue · comments

Hi,

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

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