From baba2fe7c54344288e748c4587d6a7b60413233e Mon Sep 17 00:00:00 2001 From: paulino Date: Wed, 22 Jun 2011 03:39:17 +0000 Subject: [PATCH] Adds fingerprint data for the following routers: -Huawei HG530 -Thomson 585v8 -2WIRE 1701HG --- nselib/data/http-fingerprints.lua | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 94f8fe456..512a464c2 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -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'}