We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630e9dd commit 651ddbbCopy full SHA for 651ddbb
modules/exploits/windows/misc/disk_savvy_adm.rb
@@ -13,8 +13,8 @@ def initialize(info = {})
13
'Name' => 'Disk Savvy Enterprise v10.4.18',
14
'Description' => %q{
15
This module exploits a stack-based buffer overflow vulnerability
16
- in Disk Savvy Enterprise v10.4.18, caused by improper bounds
17
- checking of the request sent to the built-in server. This module
+ in Disk Savvy Enterprise v10.4.18, caused by improper bounds
+ checking of the request sent to the built-in server. This module
18
has been tested successfully on Windows 7 SP1 x86.
19
},
20
'License' => MSF_LICENSE,
@@ -73,4 +73,4 @@ def exploit
73
sock.put(packet)
74
handler
75
end
76
-end
+end
0 commit comments