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