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 bddf71b commit 746fde3Copy full SHA for 746fde3
nettacker/core/app.py
@@ -158,9 +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)["response"]["conditions_results"][
162
- "content"
163
- ]:
+ for sub_domain in json.loads(row)["response"]["conditions_results"]["content"]:
164
if sub_domain not in self.arguments.targets:
165
self.arguments.targets.append(sub_domain)
166
# icmp_scan
0 commit comments