infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.04k stars 915 forks source link

Error when launching Faraday [Kali Linux Live Mode x64] #3

Closed Behk closed 10 years ago

Behk commented 10 years ago

root@kali:~/faraday-dev# ./faraday

__ . / ____ ____ | _/___ _._. \ \ \ \ \ / | \ < | | | | / _| | \// / // | / __ | |**| ( /|| (** /__ | ( // | \/ \/ \/ \/ \/

[[ Open Source Penetration Test IDE ]] Where pwnage goes multiplayer

[+] Starting faraday IDE [] QTconfig in place [] Running under plugin development mode! [-] Deleting old user directory: /root/.faraday [+] Creating user directory: /root/.faraday [] Loading Plugins [] Using images/icons set from user [] Using custom user configuration [] Cleaning up [+] Setting up for: x86_64 on Linux [+] Using python2.7 to run faraday. Traceback (most recent call last): File "main.py", line 33, in from model.application import MainApplication File "/root/faraday-dev/model/application.py", line 16, in from workspace import Workspace File "/root/faraday-dev/model/workspace.py", line 10, in import model.api File "/root/faraday-dev/model/api.py", line 12, in import model.common File "/root/faraday-dev/model/common.py", line 18, in from utils.decorators import updateLocalMetadata, save, delete File "/root/faraday-dev/utils/decorators.py", line 9, in import restkit.errors ImportError: No module named restkit.errors

f-amato commented 10 years ago

Hi Behk, thanks contact us, Please do and try it again

pip install restkit

Let me know if this fix the problem Best

f-amato commented 10 years ago

Hi Behk, Did you have time to test it? Best

Behk commented 10 years ago

Sorry I have been on a ForeScout training, I hope I can do it late by tonight, But I think I first need to have pip installed, Kali does not recongize that command directly.

Regards!

dioh commented 10 years ago

Sorry I have been on a ForeScout training, I hope I can do it late by tonight, But I think I first need to have pip installed, Kali does not recongize that command directly.

In install.sh:92 there is a pip installation, maybe it'ts not installed? Please do apt-get update and let us know.

HTH

Behk commented 10 years ago

Fully working now!, I did an update and upgrade over Live mode but did not worked, Installed on HDD and updated, fully working Faraday :D I will close this, thanks for your help guys!