Changed constructor to have default paths set to None for convienience

This commit is contained in:
Vakaris 2018-08-23 18:35:30 +03:00
parent 3e7d7425e4
commit bd8423216b
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.