Remove spaces at EOL

bug/bundler_fix
Vlatko Kosturjak 2012-11-17 12:00:59 +01:00
parent bda7f68b02
commit 4ac79c91a6
1 changed files with 2 additions and 2 deletions

View File

@ -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 =