skavngr / rapidscan

:new: The Multi-Tool Web Vulnerability Scanner.
GNU General Public License v2.0
1.69k stars 385 forks source link

Possibility to disable some tools #22

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

Hi,

I've been running into issues with DMitry, the scan takes more than 48h, which is not acceptable.

I was wondering if there is an option to disable a specific tool using the rapidscan docker container ?

Thanks

sh4nx0r commented 3 years ago

Hello @tristanlatr , you can always use Ctrl+C to cancel the scan from a particular tool if it takes more time than usual.

tristanlatr commented 3 years ago

No I can't interact with the runner server while the scan is running, This tickets ask for a CLI options to disable a tool by name.

tristanlatr commented 3 years ago

Hi @sh4nx0r,

Could you re-open this ticket considering that it asks for a new CLI option.

Perhaps something like --skip <toolName> ?

Thanks