*** margaus M. wrote: > I am trying to get the information in a web service of a PLC. I am > wondering if I could do it using ftp, through "get_ftp_banner(port:port)", > this is what I am trying and the result is: > set key ftp/443/broken. Maybe this is not the way... Is there any plugin > which can do this for me? Or at least one that I could take as a reference?
port = get_http_port( default:80 ); banner = get_http_banner( port:port ); Maybe explain what you are trying to do with a bit more details... Micha -- Michael Meyer OpenPGP Key: 0xAF069E9152A6EFA6 http://www.greenbone.net/ Greenbone Networks GmbH, Neumarkt 12, 49074 Osnabrueck | AG Osnabrueck, HR B 202460 Geschaeftsfuehrer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-plugins mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins
