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
2.97k stars 426 forks source link

Module missing #233

Closed MelissaMV closed 6 years ago

MelissaMV commented 6 years ago

Host System

root@kali:~# git clone https://github.com/DataSploit/datasploit.git

Cloning into 'datasploit'... remote: Counting objects: 1921, done. remote: Compressing objects: 100% (6/6), done. remote: Total 1921 (delta 1), reused 3 (delta 0), pack-reused 1915 Receiving objects: 100% (1921/1921), 11.78 MiB | 2.44 MiB/s, done. Resolving deltas: 100% (995/995), done.

root@kali:~#

I did run the "pip install -r requirements.txt" but im getting the following error:

Error Description

root@kali:~/datasploit# ls

active_default_file_check.py datasploit.py init.py reports active_scan.py dep_check.py ip requirements.txt base.html docs ipOsint.py roadmap.txt check_urls.txt domain LICENSE username config.py domainOsint.py mkdocs.yml usernameOsint.py contributors.txt emailOsint.py osint_runner.py vault.py datasploit_config.py emails README.md

root@kali:~/datasploit# python datasploit.py

You are missing a module for Datasploit. Please install them using: pip install -r requirements.txt

root@kali:~/datasploit#

Chan9390 commented 6 years ago

Hey @MelissaMV, try pip install --upgrade --force-reinstall -r requirements.txt and then execute Datasploit.

MelissaMV commented 6 years ago

@Chan9390 Thank you! it worked :)

0x90n commented 6 years ago

To second this, I found the following fix also works for certain Kali builds.

pip install -r requirements.txt --upgrade --ignore-installed

Chan9390 commented 6 years ago

Hey @MelissaMV can you close the issue ?