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

Error execute datasploit #284

Open
tXambe opened this issue May 24, 2019 · 5 comments
Open

Error execute datasploit #284

tXambe opened this issue May 24, 2019 · 5 comments

Comments

@tXambe
Copy link

tXambe commented May 24, 2019

Please provide the following details.

Host System

Error Description

When I execute python datasploit.py domain.com I got this error:
Traceback (most recent call last):
File "datasploit.py", line 4, in
dep_check.check_dependency()
File "/opt/OSINT/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'

@antihackme
Copy link

i am also getting the same error :(

@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.

@pdelteil
Copy link

Did you get any errors while installed the required python packages?

Try running this:

pip install --upgrade -r requirements.txt

@tXambe
Copy link
Author

tXambe commented Sep 16, 2019 via email

@rebl0x3r
Copy link

rebl0x3r commented Jul 4, 2020

Simple Fix:

Get into the Directory, and type:

sed -i 's/dep_check.check_dependency()/#/g' datasploit.py
sed -i 's/import dep_check/#/g' datasploit.py

Fixed => close.

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

5 participants