mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Moves lotus domino fingerprints under the same one
This commit is contained in:
parent
ee66dfe6a5
commit
fb07b4082a
1 changed files with 3 additions and 15 deletions
|
|
@ -408,7 +408,6 @@ table.insert(fingerprints, {
|
|||
{path='/manager/html/upload', method='HEAD'},
|
||||
{path='/web-console/ServerInfo.jsp', method='HEAD'},
|
||||
{path='/jmx-console/', method='HEAD'},
|
||||
{path='/CFIDE/administrator/enter.cfm', method='HEAD'},
|
||||
{path='/CFIDE/componentutils/login.cfm', method='HEAD'},
|
||||
{path='/admin.php', method='HEAD'},
|
||||
{path='/admin/', method='HEAD'},
|
||||
|
|
@ -2249,17 +2248,6 @@ table.insert(fingerprints, {
|
|||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='database',
|
||||
probes={
|
||||
{path='/homepage.nsf/homePage.gif?OpenImageResource', method='HEAD'},
|
||||
{path='/icons/ecblank.gif', method='HEAD'},
|
||||
},
|
||||
matches= {
|
||||
{match='', output='Lotus Domino'}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='database',
|
||||
probes={
|
||||
|
|
@ -2375,6 +2363,8 @@ table.insert(fingerprints, {
|
|||
{path='/webadmin.nsf', method='HEAD'},
|
||||
{path='/web.nsf', method='HEAD'},
|
||||
{path='/.nsf/../winnt/win.ini', method='HEAD'},
|
||||
{path='/homepage.nsf/homePage.gif?OpenImageResource', method='HEAD'},
|
||||
{path='/icons/ecblank.gif', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='Lotus Domino'}
|
||||
|
|
@ -3271,9 +3261,7 @@ table.insert(fingerprints, {
|
|||
table.insert(fingerprints, {
|
||||
category='cms',
|
||||
probes={
|
||||
{path='/infusions/avatar_studio/avatar_studio.php', method='HEAD'},
|
||||
{path='/bnnr.php', method='HEAD'},
|
||||
{path='/vb/bnnr.php', method='HEAD'}
|
||||
{path='/infusions/avatar_studio/avatar_studio.php', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='PHP-Fusion Mod avatar_studio'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue