Thanks for pointing me towards find_service2.nasl as the proper place to locate this. Attached / below is an addition to find_service2.nasl to identify the Symantec ManHunt / SNS console service; qsp-proxy. Default port is 2600/TCP but is configurable. 740a741,752 > # Submitted by Adam Baldwin - (http://evilpacket.net) > # Identifies Symantec ManHunt or SNS console (qsp proxy) > # 32 bytes of data sent when a connection is made > # 01 01 00 08 1C EE 01 00 00 00 00 00 00 00 00 00 > # 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > if (r == '\x01\x01\x00\x08\x1c\xee\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00') > { > register_service(port: port, proto: 'qsp-proxy'); > security_note(port: port, data: "A Symantec ManHunt / SNS console (QSP Proxy) seems to be running on this port"); > exit(0); > } > -- Adam Baldwin
_______________________________________________ Plugins-writers mailing list Plugins-writers@private http://mail.nessus.org/mailman/listinfo/plugins-writers
This archive was generated by hypermail 2.1.3 : Sun Jan 09 2005 - 18:11:53 PST