Skip to content

Commit c47f087

Browse files
committed
Fix check code
1 parent 905213c commit c47f087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/disksavvy_get_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def check
7878

7979
if res && res.code == 200
8080
if res.body =~ /Disk Savvy Enterprise v9\.(1|3)\.14/
81-
return Exploit::CheckCode::Vulnerable
81+
return Exploit::CheckCode::Appears
8282
elsif res.body =~ /Disk Savvy Enterprise/
8383
return Exploit::CheckCode::Detected
8484
end

0 commit comments

Comments
 (0)