infobyte / faraday_agent_dispatcher

Faraday Agent Dispatcher launches any security tools and send results to Faradaysec Platform.
https://www.faradaysec.com/
GNU General Public License v3.0
39 stars 11 forks source link

Option "Consider Alive" for OpenVAS targets #14

Open lospoelos opened 1 year ago

lospoelos commented 1 year ago

Dear team It would be great to be able to specify the option "Consider Alive" for OpenVAS scan targets. This will scan host even though these do not reply to ping (I have many of those). The code would look someting like this: gmp.create_target(name=name, hosts=[scan_url], port_list_id=port_list, alive_tests="Consider Alive")

Thank you.