Merge pull request #172 from VakarisZ/WebRCE_Framework

Changed constructor to have default paths set to None for convienience
This commit is contained in:
itaymmguardicore 2018-08-26 11:11:30 +03:00 committed by GitHub
commit dbbb3f143e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.