mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +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:
@@ -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'}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user