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 edf7bba commit 31dc268Copy full SHA for 31dc268
finalrecon.py
@@ -203,7 +203,7 @@ def save_key(key_string):
203
domain = ''
204
domain_suffix = ''
205
else:
206
- netloc = parsed_url.registered_domain # abc.com
+ netloc = parsed_url.fqdn # abc.com
207
domain = parsed_url.domain
208
domain_suffix = parsed_url.suffix
209
hostname = netloc
0 commit comments