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.04k stars 424 forks source link

Issue with datasploit #287

Open antihackme opened 5 years ago

antihackme commented 5 years ago

Please provide the following details.

Host System

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