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