mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 13:10:03 -07:00
unvaliable parameters commented
XP_MODE SUPPLIED_BINARY
This commit is contained in:
parent
d542dc139f
commit
b251f10f01
1 changed files with 3 additions and 3 deletions
|
@ -457,10 +457,10 @@
|
||||||
# RUNAS_ADMIN will attempt to patch requestedExecutionLevel as highestAvailable
|
# RUNAS_ADMIN will attempt to patch requestedExecutionLevel as highestAvailable
|
||||||
RUNAS_ADMIN = False
|
RUNAS_ADMIN = False
|
||||||
# XP_MODE - to support XP targets
|
# 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
|
# SUPPLIED_BINARY is for use with PATCH_METHOD 'onionduke' DLL/EXE can be x64 and
|
||||||
# with PATCH_METHOD 'replace' use an EXE not DLL
|
# 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
|
MSFPAYLOAD = windows/meterpreter/reverse_tcp
|
||||||
|
|
||||||
[[[[WindowsIntelx64]]]]
|
[[[[WindowsIntelx64]]]]
|
||||||
|
@ -479,7 +479,7 @@
|
||||||
RUNAS_ADMIN = False
|
RUNAS_ADMIN = False
|
||||||
# SUPPLIED_BINARY is for use with PATCH_METHOD onionduke DLL/EXE can x86 32bit and
|
# SUPPLIED_BINARY is for use with PATCH_METHOD onionduke DLL/EXE can x86 32bit and
|
||||||
# with PATCH_METHOD 'replace' use an EXE not DLL
|
# 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
|
MSFPAYLOAD = windows/x64/shell/reverse_tcp
|
||||||
|
|
||||||
[[[[MachoIntelx86]]]]
|
[[[[MachoIntelx86]]]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue