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.
upload_path
1 parent 3803706 commit c6f062dCopy full SHA for c6f062d
modules/exploits/multi/http/tomcat_mgr_upload.rb
@@ -345,10 +345,7 @@ def upload_payload
345
upload_path = normalize_uri(target_uri.path.to_s, "html", "upload")
346
vprint_status("#{peer} - Uploading #{war.length} bytes as #{@app_base}.war ...")
347
res = send_war_payload(upload_path, war)
348
- return parse_upload_response(res)
349
- end
350
351
- def parse_upload_response(res)
352
unless res
353
vprint_error("#{peer} - Upload failed on #{upload_path} [No Response]")
354
return false
0 commit comments