mirror of
https://github.com/secretsquirrel/BDFProxy.git
synced 2025-02-18 16:07:58 +00:00
Update bdfproxy.cfg
This commit is contained in:
parent
455373e789
commit
221d075fe5
@ -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]]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user