fix for subdomains

This commit is contained in:
pUrGe12 2025-06-19 19:11:46 +05:30
parent b9b908dadb
commit bddf71bc5e
1 changed files with 1 additions and 1 deletions

View File

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