mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fingerprint for WebSphere console by Vlatko Kosturjak
This commit is contained in:
parent
e124565c58
commit
97163a3052
1 changed files with 20 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue