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")
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.