mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 07:29:59 +00:00
Add some more JBoss fingerprints.
These are from a talk I saw recently (page 19). http://www.matasano.com/research/OWASP3011_Luca.pdf
This commit is contained in:
parent
38f6e7dcef
commit
46bcc85069
1 changed files with 3 additions and 1 deletions
|
|
@ -2053,11 +2053,13 @@ table.insert(fingerprints, {
|
|||
category='management',
|
||||
probes={
|
||||
{path='/web-console/ServerInfo.jsp', method='HEAD'},
|
||||
{path='/web-console/Invoker', method='HEAD'},
|
||||
{path='/invoker/', method='HEAD'},
|
||||
{path='/jmx-console/', method='HEAD'},
|
||||
{path='/admin-console/', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='JBOSS Console'}
|
||||
{match='', output='JBoss Console'}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue