Skip to content

Commit 48484c1

Browse files
C-PC-P
authored andcommitted
Filed vs Failed fix
1 parent e0568e9 commit 48484c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/misc/java_rmi_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def primer
119119
send_header
120120
ack = recv_protocol_ack
121121
if ack.nil?
122-
fail_with(Failure::NoTarget, "#{peer} - Filed to negotiate RMI protocol")
122+
fail_with(Failure::NoTarget, "#{peer} - Failed to negotiate RMI protocol")
123123
end
124124

125125
jar = rand_text_alpha(rand(8)+1) + '.jar'

0 commit comments

Comments
 (0)