mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Adds JBoss Seam Debug page. This page leaks critical information sometimes.
This commit is contained in:
parent
c6c5939220
commit
7db0072047
1 changed files with 16 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue