Skip to content

Commit ccce361

Browse files
committed
Remove accidentally included debug output
1 parent fa7cbf2 commit ccce361

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/multi/http/jenkins_script_console.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ def exploit
183183
elsif res.body =~ /crumb\.init\("Jenkins-Crumb", "([a-z0-9]*)"\)/
184184
print_status("Using CSRF token: '#{$1}' (Jenkins-Crumb style)")
185185
@crumb = {:name => 'Jenkins-Crumb', :value => $1}
186-
else
187-
puts res.body
188186
end
189187

190188
case target['Platform']

0 commit comments

Comments
 (0)