1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

Makes the signature for OSGi management consoles more generic. Closes #1240

This commit is contained in:
paulino
2018-06-23 20:22:02 +00:00
parent b3f34bbdd4
commit a0418c0b89

View File

@@ -5251,14 +5251,14 @@ table.insert(fingerprints, {
category = 'management', category = 'management',
probes = { probes = {
{ {
path = '/lc/system/console', path = '/system/console',
method = 'HEAD' method = 'HEAD'
}, },
}, },
matches = { matches = {
{ {
match = 'OSGi Management Console', match = 'OSGi Management Console',
output = 'Adobe LiveCycle Management Console' output = 'OSGi Management Console'
} }
} }
}); });