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

Issue with datasploit #287

Open
antihackme opened this issue Jun 14, 2019 · 1 comment
Open

Issue with datasploit #287

antihackme opened this issue Jun 14, 2019 · 1 comment

Comments

@antihackme
Copy link

Please provide the following details.

Host System

  • OS : parrot os
  • Python version (`python --2.7 ) :

Error Description

$python datasploit.py -h
Traceback (most recent call last):
File "datasploit.py", line 4, in
dep_check.check_dependency()
File "/home/antihack/datasploit/dep_check.py", line 11, in check_dependency
pip_list = sorted([(i.key) for i in pip.get_installed_distributions()])
AttributeError: 'module' object has no attribute 'get_installed_distributions'

@danbeavin
Copy link

I found as a temp way around this issue to go into the datasploit.py file and comment out the import check_dep line and the line below. This seems to allow the tool to work without checking dependencies.

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

No branches or pull requests

2 participants