We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3968789 commit b835c92Copy full SHA for b835c92
nettacker/core/app.py
@@ -152,7 +152,7 @@ def expand_targets(self, scan_id):
152
153
for target in copy.deepcopy(self.arguments.targets):
154
for row in find_events(target, "subdomain_scan", scan_id):
155
- for sub_domain in json.loads(row.json_event)["response"]["conditions_results"][
+ for sub_domain in json.loads(row)["response"]["conditions_results"][
156
"content"
157
]:
158
if sub_domain not in self.arguments.targets:
0 commit comments