Land #7627, Fix typo in payloads/linux/armle/mettle

bug/bundler_fix
William Webb 2016-11-30 11:58:47 -06:00
commit c31758e0ea
No known key found for this signature in database
GPG Key ID: 341763D0308DA650
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ module MetasploitModule
def generate_stage(opts = {}) def generate_stage(opts = {})
opts[:uuid] ||= generate_payload_uuid opts[:uuid] ||= generate_payload_uuid
MetasploitPayloads::Mettle.new('armv5l-linux-musleabi', opts.slice(:uuid, :url, :debug, :log_file)). MetasploitPayloads::Mettle.new('armv5l-linux-musleabi', opts.slice(:uuid, :url, :debug, :log_file)).
to_bininary :process_image to_binary :process_image
end end
end end