Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cfscrape is added to requirements.txt #270

Closed

Conversation

jbassagana
Copy link

Fixes the following ImportError:

python emailOsint.py [email protected]
Traceback (most recent call last):
  File "emailOsint.py", line 17, in <module>
    run(email, options.output)
  File "emailOsint.py", line 9, in run
    osint_runner.run("email", "emails", email, output)
  File "/etc/datasploit/osint_runner.py", line 17, in run
    x = importlib.import_module(module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/etc/datasploit/emails/email_hacked_emails.py", line 7, in <module>
    import cfscrape
ImportError: No module named cfscrape

@jbassagana jbassagana closed this by deleting the head repository Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant