Skip to content

Commit ad80f00

Browse files
committed
Update mma_backdoor_upload.rb
1 parent f461c46 commit ad80f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/mma_backdoor_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def exploit
8989
fail_with(Failure::UnexpectedReply, "#{peer} - Unable to deploy payload, server returned #{res.code}")
9090
end
9191
else
92-
fail_with(Failure::Unknown, 'ERROR')
92+
fail_with(Failure::Unknown, 'Connection Timed Out')
9393
end
9494

9595
send_request_cgi({

0 commit comments

Comments
 (0)