From 4ac79c91a69c8fbd27ae86ffec2ee15331af4f64 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Sat, 17 Nov 2012 12:00:59 +0100 Subject: [PATCH] Remove spaces at EOL --- modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb b/modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb index 735e2373fe..2c4ae5e3a5 100644 --- a/modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb +++ b/modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb @@ -34,7 +34,7 @@ module Metasploit3 'Payload' => { 'Offsets' => {} , - 'Payload' => '' + 'Payload' => '' }) ) end @@ -46,7 +46,7 @@ module Metasploit3 port = Integer(datastore['LPORT']) port = [port].pack("n").unpack("cc"); - + # based on vaicebine at gmail dot com shellcode # and scut paper Writing MIPS/Irix shellcode shellcode =