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 b9b908d commit bddf71bCopy full SHA for bddf71b
nettacker/core/app.py
@@ -158,7 +158,7 @@ def expand_targets(self, scan_id):
158
159
for target in copy.deepcopy(self.arguments.targets):
160
for row in find_events(target, "subdomain_scan", scan_id):
161
- for sub_domain in json.loads(row.json_event)["response"]["conditions_results"][
+ for sub_domain in json.loads(row)["response"]["conditions_results"][
162
"content"
163
]:
164
if sub_domain not in self.arguments.targets:
0 commit comments