Skip to content

Commit 4ac79c9

Browse files
committed
Remove spaces at EOL
1 parent bda7f68 commit 4ac79c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/payloads/singles/linux/mipsle/shell_bind_tcp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info = {})
3434
'Payload' =>
3535
{
3636
'Offsets' => {} ,
37-
'Payload' => ''
37+
'Payload' => ''
3838
})
3939
)
4040
end
@@ -46,7 +46,7 @@ def generate
4646

4747
port = Integer(datastore['LPORT'])
4848
port = [port].pack("n").unpack("cc");
49-
49+
5050
# based on vaicebine at gmail dot com shellcode
5151
# and scut paper Writing MIPS/Irix shellcode
5252
shellcode =

0 commit comments

Comments
 (0)