Plugin to execute script
Created by: treadie
It would be useful to have a plugin that could execute a script stored on the server (not limited to ruby) and capture the stdout to put into the report. Essentially the plugin will call the script with specific arguments. It would also be nice if the user could define if it ran pre/during/post scan. ie.
--plugin='script:pre="/path/to/my_scanner.sh %H",post="/path/to/my_scanner2.sh %U"'
Where %H is the hostname and %U is the starting URL etc.(maybe add some others that may be useful)
Obviously this could have some security implications with the WebUI however should be managed accordingly through the admin settings etc.
Cheers