Skip to content

Commit f954ff7

Browse files
committed
Fix typo
1 parent f80978d commit f954ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/misc/java_jmx_server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def exploit
128128
fail_with(Failure::NoTarget, "#{peer} - Failed to negotiate RMI protocol")
129129
end
130130

131-
print_status("#{peer} - Discoverig the JMXRMI endpoint...")
131+
print_status("#{peer} - Discovering the JMXRMI endpoint...")
132132
mbean_server = discover_endpoint
133133
disconnect
134134
if mbean_server.nil?

0 commit comments

Comments
 (0)