It appears there is a bug in NVT 1.3.6.1.4.1.25623.1.0.111050 (sw_vsftpd_detect.nasl) on the following line:
if( ! get_port_state(port:port)) exit(0); Am I correct in that get_port_state should only be passed the port argument and not a named var arg? Regardless, I could not get it to return the expected result until changing it to: if( ! get_port_state(port)) exit(0); http://plugins.openvas.org/nasl.php?oid=111050 \\korodev
_______________________________________________ Openvas-plugins mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins
