forked from p15670423/monkey
Bugfixed SSH configuration and island_config_parser.py
This commit is contained in:
parent
b996b6e2e8
commit
f71e6630bc
|
@ -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):
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
},
|
||||
"monkey": {
|
||||
"persistent_scanning": {
|
||||
"max_iterations": 1,
|
||||
"max_iterations": 2,
|
||||
"retry_failed_explotation": true,
|
||||
"timeout_between_iterations": 100
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue