Update bdfproxy.cfg

This commit is contained in:
secret squirrel 2016-01-01 21:35:25 -05:00
parent 455373e789
commit 221d075fe5

View File

@ -139,7 +139,7 @@ blacklist = , # a comma is null do not leave blank
# with PATCH_METHOD 'replace' use an EXE not DLL
SUPPLIED_BINARY = veil_go_payload.exe
# CODE_SIGN is for code signing. You must configure your own certs, see BDF readme for details.
CODE_SIGN = True
CODE_SIGN = False
MSFPAYLOAD = windows/meterpreter/reverse_tcp
[[[WindowsIntelx64]]]
@ -160,9 +160,9 @@ blacklist = , # a comma is null do not leave blank
RUNAS_ADMIN = True
# 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
# CODE_SIGN is for code signing. You must configure your own certs, see BDF readme for details.
CODE_SIGN = True
CODE_SIGN = False
MSFPAYLOAD = windows/x64/shell/reverse_tcp
[[[MachoIntelx86]]]