1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-04 20:46:33 +00:00

Adds JBoss Seam Debug page. This page leaks critical information sometimes.

This commit is contained in:
paulino
2016-09-19 21:32:10 +00:00
parent c6c5939220
commit 7db0072047

View File

@@ -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 ----
------------------------------------------------