From fc431f8df54136aaf4e098d44732e62477d583cb Mon Sep 17 00:00:00 2001 From: paulino Date: Fri, 26 Apr 2013 23:59:28 +0000 Subject: [PATCH] -Adds an administration password reset vulnerability in Seagate BlackArmor 110, 220 and 440. --- nselib/data/http-fingerprints.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 90770d6ec..756f28628 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -6823,6 +6823,23 @@ table.insert(fingerprints, { } } }); + +table.insert(fingerprints, { + category = 'attacks', + probes = { + { + path = '/d41d8cd98f00b204e9800998ecf8427e.php', + method = 'GET' + } + }, + matches = { + { + match = '200', + output = 'Seagate BlackArmorNAS 110/220/440 Administrator Password Reset Vulnerability' + } + } + }); + ------------------------------------------------ ---- Open Source CMS checks ---- ------------------------------------------------