From b251f10f012a5798d25551f22ebf5aec885309c4 Mon Sep 17 00:00:00 2001 From: DKingCN Date: Tue, 12 Jan 2016 22:24:13 +0800 Subject: [PATCH] unvaliable parameters commented XP_MODE SUPPLIED_BINARY --- config/mitmf.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mitmf.conf b/config/mitmf.conf index 77af21c..1b946cd 100644 --- a/config/mitmf.conf +++ b/config/mitmf.conf @@ -457,10 +457,10 @@ # RUNAS_ADMIN will attempt to patch requestedExecutionLevel as highestAvailable RUNAS_ADMIN = False # XP_MODE - to support XP targets - XP_MODE = True + #XP_MODE = True # SUPPLIED_BINARY is for use with PATCH_METHOD 'onionduke' DLL/EXE can be x64 and # with PATCH_METHOD 'replace' use an EXE not DLL - SUPPLIED_BINARY = veil_go_payload.exe + #SUPPLIED_BINARY = veil_go_payload.exe MSFPAYLOAD = windows/meterpreter/reverse_tcp [[[[WindowsIntelx64]]]] @@ -479,7 +479,7 @@ RUNAS_ADMIN = False # SUPPLIED_BINARY is for use with PATCH_METHOD onionduke DLL/EXE can x86 32bit and # with PATCH_METHOD 'replace' use an EXE not DLL - SUPPLIED_BINARY = pentest_x64_payload.exe + #SUPPLIED_BINARY = pentest_x64_payload.exe MSFPAYLOAD = windows/x64/shell/reverse_tcp [[[[MachoIntelx86]]]]