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 19d8687 commit 9c3bd12Copy full SHA for 9c3bd12
modules/exploits/unix/webapp/havalite_upload_exec.rb
@@ -107,6 +107,8 @@ def upload(base)
107
fail_with(Exploit::Failure::Unknown, "#{peer} - Request timed out while uploading")
108
elsif res.code.to_i == 404
109
fail_with(Exploit::Failure::NotFound, "#{peer} - No upload.php found")
110
+ elsif res.body =~ /"error"\:"abort"/
111
+ fail_with(Exploit::Failure::Unknown, "#{peer} - Unable to write #{fname}")
112
end
113
114
return fname
0 commit comments