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 1917961 commit 71bc06dCopy full SHA for 71bc06d
modules/exploits/multi/http/tomcat_mgr_deploy.rb
@@ -248,9 +248,9 @@ def exploit
248
'method' => 'GET'
249
}, 20)
250
if (! res)
251
- print_warning("WARNING: Undeployment failed on #{path} [No Response]")
+ print_warning("WARNING: Undeployment failed on #{path_tmp} [No Response]")
252
elsif (res.code < 200 or res.code >= 300)
253
- print_warning("Deletion failed on #{path} [#{res.code} #{res.message}]")
+ print_warning("Deletion failed on #{path_tmp} [#{res.code} #{res.message}]")
254
end
255
256
handler
0 commit comments