Skip to content

Commit c31758e

Browse files
committed
Land rapid7#7627, Fix typo in payloads/linux/armle/mettle
2 parents 5b80c5d + 878779e commit c31758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/stages/linux/armle/mettle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ def handle_intermediate_stage(conn, payload)
8282
def generate_stage(opts = {})
8383
opts[:uuid] ||= generate_payload_uuid
8484
MetasploitPayloads::Mettle.new('armv5l-linux-musleabi', opts.slice(:uuid, :url, :debug, :log_file)).
85-
to_bininary :process_image
85+
to_binary :process_image
8686
end
8787
end

0 commit comments

Comments
 (0)