From 97163a3052363c64b07aabd8e41aee454dadcf24 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 14 Jan 2016 21:08:28 +0000 Subject: [PATCH] Fingerprint for WebSphere console by Vlatko Kosturjak --- nselib/data/http-fingerprints.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 934911dc0..b679ffb2c 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -5166,6 +5166,26 @@ table.insert(fingerprints, { } } }); + +table.insert(fingerprints, { + category = 'management', + probes = { + "/ibm/console/logon.jsp?action=OK", + "/console/", + "/console/portal/0/Welcome" + }, + matches = { + { + match = "[Ww][Ee][Bb][Ss][Pp][Hh][Ee][Rr][Ee]", + output = "WebSphere" + }, + { + match = "WSC Console Federation", + output = "WebSphere Commerce" + }, + } + }) + ------------------------------------------------ ---- PRINTERS, WEBCAMS, PROJECTORS ---- ------------------------------------------------