mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
-Adds an administration password reset vulnerability in Seagate BlackArmor 110, 220 and 440.
This commit is contained in:
parent
93eee124c2
commit
fc431f8df5
1 changed files with 17 additions and 0 deletions
|
|
@ -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 ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue