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.92k stars 615 forks source link

axiom-scan: Replace recursive function call with continue #733

Closed bigbael closed 1 year ago

bigbael commented 1 year ago

Resolves an issue with the recursive function calls to downloader in long running axiom-scan jobs. The downloader function will crash due to the recursive calls in long running jobs. This patch resolves this issue while maintaining the same functionality.