Bugfixed SSH configuration and island_config_parser.py

This commit is contained in:
VakarisZ 2020-07-30 15:56:49 +03:00
parent b996b6e2e8
commit f71e6630bc
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ class IslandConfigParser(object):
self.config_json = json.loads(self.config_raw)
def get_ips_of_targets(self):
return self.config_json['basic_network']['general']['subnet_scan_list']
return self.config_json['basic_network']['scope']['subnet_scan_list']
@staticmethod
def get_conf_file_path(conf_file_name):

View File

@ -100,7 +100,7 @@
},
"monkey": {
"persistent_scanning": {
"max_iterations": 1,
"max_iterations": 2,
"retry_failed_explotation": true,
"timeout_between_iterations": 100
},