DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.03k stars 423 forks source link

Error execute datasploit #284

Open tXambe opened 5 years ago

tXambe commented 5 years ago

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 commented 5 years ago

i am also getting the same error :(

danbeavin commented 5 years ago

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 commented 5 years ago

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

Try running this:

pip install --upgrade -r requirements.txt

tXambe commented 5 years ago

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 .

rebl0x3r commented 4 years ago

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.