mirror of https://github.com/OWASP/Nettacker.git
fix for subdomains
This commit is contained in:
parent
b9b908dadb
commit
bddf71bc5e
|
|
@ -158,7 +158,7 @@ class Nettacker(ArgParser):
|
|||
|
||||
for target in copy.deepcopy(self.arguments.targets):
|
||||
for row in find_events(target, "subdomain_scan", scan_id):
|
||||
for sub_domain in json.loads(row.json_event)["response"]["conditions_results"][
|
||||
for sub_domain in json.loads(row)["response"]["conditions_results"][
|
||||
"content"
|
||||
]:
|
||||
if sub_domain not in self.arguments.targets:
|
||||
|
|
|
|||
Loading…
Reference in New Issue