diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 2cf16645e..aa4dc0724 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -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' } } });