Skip to content

Error checking for phishing #81

@TheTrailGeek

Description

@TheTrailGeek

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions