-
-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Getting the following error when running this command:
sudo python3 opensquat.py -c 0 --phishing phishing_domains.txt --dns --ct --subdomains --portcheck
Traceback (most recent call last):
File "opensquat.py", line 65, in
file_content = app.Domain().main(
File "/opensquat/app.py", line 637, in main
return self.worker()
File "/opensquat/app.py", line 365, in worker
self._process_doppelgagner_only(
File "/opensquat/app.py", line 445, in _process_doppelgagner_only
if not ct.CRTSH.check_certificate(domains):
File "/opensquat/ct.py", line 49, in check_certificate
for table in soup.find_all("table")[1]:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working