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 cb14043 commit ad28f97Copy full SHA for ad28f97
modules/exploits/linux/http/symantec_web_gateway_restore.rb
@@ -75,7 +75,7 @@ def check
75
uri = target_uri.path
76
res = send_request_cgi({'uri' => normalize_uri(uri, 'spywall/login.php')})
77
78
- if res && res.body =~ /Symantec Web Gateway/
+ if res && res.body.include?('Symantec Web Gateway')
79
return Exploit::CheckCode::Detected
80
end
81
0 commit comments