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:
@@ -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'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user