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
4k stars 622 forks source link

Axiom-scan interlace error #562

Closed pdelteil closed 2 years ago

pdelteil commented 2 years ago

I was running axiom-scan using the module subfinder in the following way

axiom-scan verizon_domains.txt -m subfinder -o subfinder_verizon.txt

And got the following error:

Screenshot from 2022-07-03 17-52-54

I fixed the issue adding mkdir -p $/tmp/status (I will create a PR)

pdelteil commented 2 years ago

Checking the error, I did notice the folder $home/.axiom/tmp/..../status wasn't created.

Not sure yet about the root cause, but I will keep testing.

0xtavian commented 2 years ago

the file does get created. it might be a race conduction during axiom-scan that shows that error, but u can safely ignore.