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

Fix function list_modules() to show all modules #475

Closed y0k4i-1337 closed 2 years ago

y0k4i-1337 commented 2 years ago

The command tput init at the end of function list_modules() was making it show only part of the available modules, like in the screenshot below. Removing this line make it show all of them.

image