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 b835c92 commit 8fca377Copy full SHA for 8fca377
nettacker/core/app.py
@@ -152,9 +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)["response"]["conditions_results"][
156
- "content"
157
- ]:
+ for sub_domain in json.loads(row)["response"]["conditions_results"]["content"]:
158
if sub_domain not in self.arguments.targets:
159
self.arguments.targets.append(sub_domain)
160
# icmp_scan
0 commit comments