forked from p15670423/monkey
Merge pull request #172 from VakarisZ/WebRCE_Framework
Changed constructor to have default paths set to None for convienience
This commit is contained in:
commit
dbbb3f143e
|
@ -21,7 +21,7 @@ WIN_ARCH_64 = "64"
|
|||
|
||||
class WebRCE(HostExploiter):
|
||||
|
||||
def __init__(self, host, monkey_target_paths):
|
||||
def __init__(self, host, monkey_target_paths=None):
|
||||
"""
|
||||
:param host: Host that we'll attack
|
||||
:param monkey_target_paths: Where to upload the monkey at the target host system.
|
||||
|
|
Loading…
Reference in New Issue