We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195418b commit aa01383Copy full SHA for aa01383
modules/payloads/singles/bsd/x64/shell_bind_tcp_small.rb
@@ -44,7 +44,7 @@ def initialize(info = {})
44
"\x0f\x05" +# syscall #
45
"\x48\x97" +# xchg %rax,%rdi #
46
"\x52" +# push %rdx #
47
- "\xba\x00\x02\x11\x5C" +# mov edx,0x5c111c00 #
+ "\xba\x00\x02\x11\x5C" +# mov edx,0x5c110200 #
48
49
"\x48\x89\xe6" +# mov %rsp,%rsi #
50
"\x6a\x10" +# pushq $0x10 #
0 commit comments