mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +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',
|
category='management',
|
||||||
probes={
|
probes={
|
||||||
{path='/web-console/ServerInfo.jsp', method='HEAD'},
|
{path='/web-console/ServerInfo.jsp', method='HEAD'},
|
||||||
|
{path='/web-console/Invoker', method='HEAD'},
|
||||||
|
{path='/invoker/', method='HEAD'},
|
||||||
{path='/jmx-console/', method='HEAD'},
|
{path='/jmx-console/', method='HEAD'},
|
||||||
{path='/admin-console/', method='HEAD'}
|
{path='/admin-console/', method='HEAD'}
|
||||||
},
|
},
|
||||||
matches= {
|
matches= {
|
||||||
{match='', output='JBOSS Console'}
|
{match='', output='JBoss Console'}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user