Hi, recently i have seen some commits to the printer detection NVTs in OpenVAS and want to contribute some infos to detect a:
KONICA MINOLTA bizhub C220 printer. The following banner of the FTP server is shown on port 21: 220 KONICA MINOLTA FTP server ready. A curl request to the webgui on port 80 is showing: ------------------------------------------------------------------- HTTP/1.1 301 Movprm Location: https://192.168.0.1/ Content-Length: 0 Content-Type: text/html ------------------------------------------------------------------- where a curl request to the webgui on port 443 is showing: ------------------------------------------------------------------- HTTP/1.1 200 OK Content-Type: text/html Content-Length: 563 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <HTML lang="en"> <HEAD> <TITLE></TITLE> <meta http-equiv="Expires" content="0"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <meta content="text/javascript" http-equiv="Content-Script-Type"> <noscript> <meta http-equiv="refresh" content="0; URL=/wcd/js_error.xml"> </noscript> </HEAD> <BODY BGCOLOR="#ffffff" LINK="#000000" ALINK="#ff0000" VLINK="#000000" onload="location.replace('/wcd/index.html');" > </BODY> </HTML> ------------------------------------------------------------------- A call to /wcd/system.xml in the browser also shows a "Modellname:bizhub C220" but i wasn't able to get this version to show with a simple curl command. -- Chris _______________________________________________ Openvas-plugins mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-plugins
