mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Adds entry for Oracle GlassFish
This commit is contained in:
parent
8ae9768b7e
commit
76d4889eea
1 changed files with 25 additions and 0 deletions
|
|
@ -3411,6 +3411,31 @@ table.insert(fingerprints, {
|
|||
}
|
||||
});
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
probes = {
|
||||
{
|
||||
path = '/appServer/jvmReport.jsf?instanceName=server&pageTitle=JVM%20Report',
|
||||
method = 'HEAD'
|
||||
},
|
||||
{
|
||||
path = '/common/appServer/jvmReport.jsf?pageTitle=JVM%20Report',
|
||||
method = 'HEAD'
|
||||
},
|
||||
{
|
||||
path = '/common/appServer/jvmReport.jsf?reportType=summary&instanceName=server',
|
||||
method = 'HEAD'
|
||||
}
|
||||
},
|
||||
matches = {
|
||||
{
|
||||
match = '',
|
||||
output = 'Oracle GlashFish Server Information'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
probes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue