1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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',
probes = {
{
path = '/lc/system/console',
path = '/system/console',
method = 'HEAD'
},
},
matches = {
{
match = 'OSGi Management Console',
output = 'Adobe LiveCycle Management Console'
output = 'OSGi Management Console'
}
}
});