Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

emailprotectionslib missing #7

Open
merkleID opened this issue Oct 28, 2019 · 2 comments
Open

emailprotectionslib missing #7

merkleID opened this issue Oct 28, 2019 · 2 comments

Comments

@merkleID
Copy link

Hi
this is what happens on my mac
[18:50]{ttys000}/git[$]uname -a
Darwin luca 19.0.0 Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26
2/RELEASE_X86_64 x86_64

[18:51]{ttys000}~/git/spoofcheck[$]pip3 install -r requirements.txt
Requirement already satisfied: colorama in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.4.1)
Requirement already satisfied: emailprotectionslib>=0.8.2 in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (0.8.3)
Requirement already satisfied: dnslib in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.9.10)
Requirement already satisfied: tldextract in /usr/local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (2.2.1)
Requirement already satisfied: requests>=2.1.0 in /usr/local/lib/python3.7/site-packages (from tldextract->-r requirements.txt (line 4)) (2.22.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from tldextract->-r requirements.txt (line 4)) (41.4.0)
Requirement already satisfied: requests-file>=1.4 in /usr/local/lib/python3.7/site-packages (from tldextract->-r requirements.txt (line 4)) (1.4.3)
Requirement already satisfied: idna in /usr/local/lib/python3.7/site-packages (from tldextract->-r requirements.txt (line 4)) (2.8)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests>=2.1.0->tldextract->-r requirements.txt (line 4)) (1.25.3)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests>=2.1.0->tldextract->-r requirements.txt (line 4)) (2019.3.9)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests>=2.1.0->tldextract->-r requirements.txt (line 4)) (3.0.4)
Requirement already satisfied: six in /usr/local/Cellar/protobuf/3.10.0/libexec/lib/python3.7/site-packages (from requests-file>=1.4->tldextract->-r requirements.txt (line 4)) (1.12.0)

[18:51]{ttys000}~/git/spoofcheck[$]./spoofcheck.py google.com
Traceback (most recent call last):
File "./spoofcheck.py", line 7, in
import emailprotectionslib.dmarc as dmarclib
ImportError: No module named emailprotectionslib.dmarc

thank-you
luca

@sighook
Copy link

sighook commented Oct 30, 2019

@merkleID This tool use python2 with corresponding libs.

You can find my fork here: https://github.com/chinarulezzz/spoofcheck . It has been ported to py3. Also, you can start it in the docker.

@merkleID
Copy link
Author

merkleID commented Dec 4, 2019

You can find my fork here: https://github.com/chinarulezzz/spoofcheck . It has been ported to
py3. Also, you can start it in the docker.

didn't see the answer
thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants