Open tXambe opened 5 years ago
i am also getting the same error :(
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.
Did you get any errors while installed the required python packages?
Try running this:
pip install --upgrade -r requirements.txt
No and and I used "pip install --upgrade -r requirements.txt"
El mié., 11 sept. 2019 a las 21:15, Philippe Delteil (< notifications@github.com>) escribió:
Did you get any errors while installed the required python packages?
Try running this:
pip install --upgrade -r requirements.txt
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DataSploit/datasploit/issues/284?email_source=notifications&email_token=AC33MSM3IZ7SPOM25WJPZGLQJFNW5A5CNFSM4HPNNALKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6P5N5Q#issuecomment-530568950, or mute the thread https://github.com/notifications/unsubscribe-auth/AC33MSKIYARF4UC7BECYKY3QJFNW5ANCNFSM4HPNNALA .
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.
Please provide the following details.
Host System
python --version
) : Python 2.7.16Error 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'