Skip to content

Commit

Permalink
extra line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Dec 10, 2023
1 parent 18dff93 commit 2226217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finalrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def banner():

print(f'{G}[+] {C}Target : {W}{target}')
ext = tldextract.extract(target)
print(ext)
domain = ext.registered_domain
if not domain:
domain = ext.domain
Expand Down

0 comments on commit 2226217

Please sign in to comment.