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
4.06k stars 645 forks source link

Flag -oD doesn't work #565

Closed ZigzagSecurity closed 2 years ago

ZigzagSecurity commented 2 years ago

Hi, I noticed that the flag -oD causes some issues with the axiom-scan.

Screenshot_20220706_151204

As you seen in the screenshot, when I use the flag -oD some-name the command is empty when sent to the different instances. it works fine if I removed this specific flag though. I am doing something wrong ?

I installed axiom yesterday using the auto installer so it should be up to date. You can see the custom module I am using on the top of the screenshot.

Thank you for reading ! :)

0xtavian commented 2 years ago

@ZigzagSecurity can you post the json module? You might just need to change the ext mentioned in the module to"etc":"dir" or "etc":"" ( both are ways to specify merging as a folder, look at other modules for an example).

0xtavian commented 2 years ago

just realized you already posted the json module -_- ty. I see the issue (I think), change -o output to -o output/output and rerun. @ZigzagSecurity

ZigzagSecurity commented 2 years ago

Hi ! Thank you for coming so quickly ! I managed to get it to work following your advice but I also had to change the extension to "dir". I still had the issue with the extension left empty.

Thank you and have a good day :)

0xtavian commented 2 years ago

Noted, thanks!