mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
Adds more paths for Coldfusion and Apache Axis2
This commit is contained in:
@@ -1222,6 +1222,16 @@ table.insert(fingerprints, {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
table.insert(fingerprints, {
|
||||||
|
category='general',
|
||||||
|
probes={
|
||||||
|
{path='/debug.cgi', method='HEAD'}
|
||||||
|
},
|
||||||
|
matches= {
|
||||||
|
{match='', output='Linksys WRT54G'}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
table.insert(fingerprints, {
|
table.insert(fingerprints, {
|
||||||
category='general',
|
category='general',
|
||||||
probes={
|
probes={
|
||||||
@@ -2040,6 +2050,10 @@ table.insert(fingerprints, {
|
|||||||
category='management',
|
category='management',
|
||||||
probes={
|
probes={
|
||||||
{path='/CFIDE/administrator/enter.cfm', method='HEAD'},
|
{path='/CFIDE/administrator/enter.cfm', method='HEAD'},
|
||||||
|
{path='/CFIDE/administrator/entman/index.cfm', method='HEAD'},
|
||||||
|
{path='/cfide/install.cfm', method='HEAD'},
|
||||||
|
{path='/CFIDE/administrator/archives/index.cfm', method='HEAD'},
|
||||||
|
{path='/CFIDE/wizards/common/_logintowizard.cfm', method='HEAD'},
|
||||||
{path='/CFIDE/componentutils/login.cfm', method='HEAD'},
|
{path='/CFIDE/componentutils/login.cfm', method='HEAD'},
|
||||||
{path='/CFIDE/Administrator/startstop.html', method='HEAD'},
|
{path='/CFIDE/Administrator/startstop.html', method='HEAD'},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user