1
0
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:
david
2011-12-02 19:28:54 +00:00
parent 38f6e7dcef
commit 46bcc85069

View File

@@ -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'}
}
})