1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-07 22:16:33 +00:00

Adds fingerprint data for the following routers:

-Huawei HG530
-Thomson 585v8
-2WIRE 1701HG
This commit is contained in:
paulino
2011-06-22 03:39:17 +00:00
parent 67bac23e97
commit baba2fe7c5

View File

@@ -1469,7 +1469,39 @@ table.insert(fingerprints, {
}
})
table.insert(fingerprints, {
category='network',
probes={
{path='/HW_logo.html', method='GET'},
},
matches= {
{match='', output='Huawei HG 530'}
}
})
table.insert(fingerprints, {
category='network',
probes={
{path='/icons/icon_set_up_2701XX_01.gif', method='GET'},
{path='/icons/icon_homeportal_2701XX.gif', method='GET'},
{path='/es/images/nav_sl_home_network_01.gif', method='GET'},
{path='/en/images/nav_sl_home_network_01.gif', method='GET'}
},
matches= {
{match='', output='2WIRE 2701HG'}
}
})
table.insert(fingerprints, {
category='network',
probes={
{path='/images/stxx__xl.gif', method='GET'},
{path='/images/bbc__xl.gif', method='GET'}
},
matches= {
{match='', output='Thomson TG585'}
}
})
------------------------------------------------
---- ATTACKS ----
------------------------------------------------
@@ -1777,6 +1809,7 @@ table.insert(fingerprints, {
category='uncategorized',
probes={
{path='/Default?MAIN=DEVICE', method='HEAD'},
{path='/TopAccess/images/RioGrande/Rio_PPC.gif', method='HEAD'}
},
matches= {
{match='', output='TopAccess Toshiba e-Studio520'}