mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adds fingerprint to detect the administration console of Oracle WebLogic Servers
This commit is contained in:
parent
ae58ed62eb
commit
f819655677
1 changed files with 15 additions and 0 deletions
|
|
@ -3449,6 +3449,21 @@ table.insert(fingerprints, {
|
|||
}
|
||||
});
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
probes = {
|
||||
{
|
||||
path = '/console/login/loginForm.jsp',
|
||||
method = 'HEAD'
|
||||
}
|
||||
},
|
||||
matches = {
|
||||
{
|
||||
match = '',
|
||||
output = 'Oracle WebLogic Server Administration Console'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category = 'general',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue