Skip to content

Commit b994801

Browse files
committed
Revert auto tab replacement
1 parent ce9481d commit b994801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/jboss_invoke_deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def check
102102
return Exploit::CheckCode::Appears if res.body =~ /SVNTag=JBoss_4_/
103103
return Exploit::CheckCode::Appears if res.body =~ /SVNTag=JBoss_5_/
104104

105-
if res.body =~ /ServletException/ # Simple check, if we caused an exception.
105+
if res.body =~ /ServletException/ # Simple check, if we caused an exception.
106106
vprint_status('Target seems vulnerable, but the used JBoss version is not supported by this exploit')
107107
return Exploit::CheckCode::Appears
108108
end

0 commit comments

Comments
 (0)