From 7db0072047029499d90e8fa5b9d961efa0728d60 Mon Sep 17 00:00:00 2001 From: paulino Date: Mon, 19 Sep 2016 21:32:10 +0000 Subject: [PATCH] Adds JBoss Seam Debug page. This page leaks critical information sometimes. --- nselib/data/http-fingerprints.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 ---- ------------------------------------------------