You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very useful utility, thank you. I've noticed that when using the --ct switch, the script fails on found domains that don't have TLS configured on port 443 (or at all):
[*] HTTPSConnectionPool(host='REDACTED.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9879699bd0>: Failed to establish a new connection: [Errno 110] Connection timed out'))
Traceback (most recent call last):
File "./opensquat.py", line 75, in
args.ct
File "/tools/opensquat/opensquat/app.py", line 633, in main
return self.worker()
File "/tools/opensquat/opensquat/app.py", line 368, in worker
domains
File "/tools/opensquat/opensquat/app.py", line 439, in _process_doppelgagner_only
if self.response_contains_keyword(keyword):
File "/tools/opensquat/opensquat/app.py", line 423, in response_contains_keyword
return keyword in self.response.text
AttributeError: 'Domain' object has no attribute 'response'
The text was updated successfully, but these errors were encountered:
This is a very useful utility, thank you. I've noticed that when using the --ct switch, the script fails on found domains that don't have TLS configured on port 443 (or at all):
[*] HTTPSConnectionPool(host='REDACTED.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f9879699bd0>: Failed to establish a new connection: [Errno 110] Connection timed out'))
Traceback (most recent call last):
File "./opensquat.py", line 75, in
args.ct
File "/tools/opensquat/opensquat/app.py", line 633, in main
return self.worker()
File "/tools/opensquat/opensquat/app.py", line 368, in worker
domains
File "/tools/opensquat/opensquat/app.py", line 439, in _process_doppelgagner_only
if self.response_contains_keyword(keyword):
File "/tools/opensquat/opensquat/app.py", line 423, in response_contains_keyword
return keyword in self.response.text
AttributeError: 'Domain' object has no attribute 'response'
The text was updated successfully, but these errors were encountered: