Skip to content

Commit 651ddbb

Browse files
Disk Savvy Server Buffer Overflow
1 parent 630e9dd commit 651ddbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/windows/misc/disk_savvy_adm.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def initialize(info = {})
1313
'Name' => 'Disk Savvy Enterprise v10.4.18',
1414
'Description' => %q{
1515
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
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
1818
has been tested successfully on Windows 7 SP1 x86.
1919
},
2020
'License' => MSF_LICENSE,
@@ -73,4 +73,4 @@ def exploit
7373
sock.put(packet)
7474
handler
7575
end
76-
end
76+
end

0 commit comments

Comments
 (0)