Skip to content

Commit b537c8a

Browse files
committed
Changed fail_with output.
1 parent a4b4d7c commit b537c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/wp_frontend_editor_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def exploit
6464
if res.code == 200
6565
register_files_for_cleanup(filename)
6666
else
67-
fail_with(Failure::Unknown, "#{peer} - You do not have sufficient permissions to access this page.")
67+
fail_with(Failure::Unknown, "#{peer} - Unexpected response, exploit probably failed!")
6868
end
6969
else
7070
fail_with(Failure::Unknown, 'Server did not respond in an expected way')

0 commit comments

Comments
 (0)