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 ce9481d commit b994801Copy full SHA for b994801
modules/exploits/multi/http/jboss_invoke_deploy.rb
@@ -102,7 +102,7 @@ def check
102
return Exploit::CheckCode::Appears if res.body =~ /SVNTag=JBoss_4_/
103
return Exploit::CheckCode::Appears if res.body =~ /SVNTag=JBoss_5_/
104
105
- if res.body =~ /ServletException/ # Simple check, if we caused an exception.
+ if res.body =~ /ServletException/ # Simple check, if we caused an exception.
106
vprint_status('Target seems vulnerable, but the used JBoss version is not supported by this exploit')
107
return Exploit::CheckCode::Appears
108
end
0 commit comments