a6avind / spoofcheck

Spoofcheck
Apache License 2.0
24 stars 4 forks source link

Module bot found #3

Closed Nebu134 closed 1 month ago

Nebu134 commented 2 months ago

I don't know why but his showing this error ModuleNotFoundError: No module named 'Resolver'

a6avind commented 2 months ago

Hi @Nebu134, Thank you for trying out the tool. Can you please share the entire error trace to get the complete picture? I just tried it on my side, and it works as expected. Make sure that you have installed the required libraries.

Nebu134 commented 1 month ago

Thank you for responding to my issues And yes I installed the requirements.txt And when I run the tool i get this error

./spoofcheck.py google.com

Traceback (most recent call last): File "/home/kali/g/spoofcheck/./spoofcheck.py", line 7, in import emailprotectionslib.dmarc as dmarclib File "/usr/local/lib/python3.11/dist-packages/emailprotectionslib/dmarc.py", line 3, in import Resolver ModuleNotFoundError: No module named 'Resolver'

I installed Resolver but it still doesn't work

a6avind commented 1 month ago

Oh, that's strange. Can you create a virtual environment and try to run it from there?

Nebu134 commented 1 month ago

Yes it works thank you for helping me

Nebu134 commented 1 month ago

Yes it works thank you for helping me

a6avind commented 1 month ago

Python libraries can be a pain to manage sometimes. It's good to know that it worked for you.