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