diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index c416f0a40..9538f797e 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -4325,6 +4325,22 @@ table.insert(fingerprints, { } }); +table.insert(fingerprints, { + category = 'general', + probes = { + { + path = '/debug.seam', + method = 'GET' + } + }, + matches = { + { + match = 'JBoss Seam Debug Page', + output = 'JBoss Seam Debug Page' + } + } + }); + ------------------------------------------------ ---- SECURITY SOFTWARE ---- ------------------------------------------------