atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
685 stars 130 forks source link

Error Starting OpenSquat #77

Closed phoenixml closed 1 year ago

phoenixml commented 1 year ago

Hi All thank you for this project, I was looking to a domains monitoring and came across this project: 1- I downloaded the repo and installed the requirements. 2- Started the lazy script to test it 3- I am facing the below issue: image

If I ran the script without elevation It is running but complaining about not be able to save the domain-names.txt If I ran the script as sudo then i am having python errors. Any ideas your help is appreciated.

Cheers,

atenreiro commented 1 year ago

Hello @phoenixml

The script does not require sudo privileges.

Could you let me know if you installed the library requirements? If not, you can do this with following command:

ubuntu@localhost:~/opensquat$ pip install -r requirements.txt

phoenixml commented 1 year ago

Hi @atenreiro appreciated your reply. yeah, I did that but I can remember that I saw some errors with some libraries. I will reinstall might be these missing dependencies and update you.

Cheers.

atenreiro commented 1 year ago

Can you show the output of the following commands:

Python version: ubuntu@localhost:~/opensquat$ python --version

Library requirements: ubuntu@localhost:~/opensquat$ pip install -r requirements.txt

Note: You may replace "pip" with the "pip3" command

phoenixml commented 1 year ago

Hi @atenreiro I have python 3.10.6 image

Thank you appreciated your follow up

phoenixml commented 1 year ago

ok I imported the missing modules and fixed the folder permission for non root and now it is working thank you @atenreiro I will close this one appreciated your help.