-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when starting faraday.py on Kali Rolling #146
Comments
Hi @gettingstarted247! Thanks for your feedback. Did you make any modifications to your installation? We strongly recommend reading our First Steps manual page before using the tool. Could you please send us the content of ~/.faraday/config/server.ini and ~/.faraday/config/user.xml blocking your private data like passwords and certificates? Cheers! |
No mods before install, was installed with Kali already. Did pull down the git and run install.sh to ensure that all other dependencies/packages were installed. user@kali:/usr/share/python-faraday$ cat ~/.faraday/config/server.ini [ssl] [couchdb] user@kali:/usr/share/python-faraday$ cat ~/.faraday/config/user.xml |
@gettingstarted247 thanks for the files :) Please replace Let me know if this works. |
Got further. It brings the console up, but cant connect to the DB. System was listening on 5984. Restarted the system, manually started couchdb, and now get the following error after starting faraday-server.py and then running faraday.py: 2016-10-20 15:14:33,590 - faraday.GTK - ERROR - Couldn't get a valid response from the server when requesting to URL http://127.0.0.1:5984/_api/ws with parameters {'params': {}} and function <function get at 0x7f658f243668>. |
Sorry about that, I sent the wrong configuration, you should change the URL in |
Up and Running. Thank you. |
Just updated Kali install, have new issue with Faraday still not starting. This is the latest output. Please advise, or if you need more info/output, let me know. Thanks.
uname -a:
Linux kali 4.5.0-kali1-amd64 #1 SMP Debian 4.5.5-1kali1 (2016-06-06) x86_64 GNU/Linux
||/ Name Version Architecture Description
+++-============================-===================-===================-==============================================================
ii python-faraday 2.1.0-0kali1 amd64 Collaborative Penetration Test IDE
ii ruby-faraday 0.9.2-3 all HTTP/REST API client library
ii couchdb 1.6.2~20151123-0kal amd64 RESTful document oriented database
ii python-couchdbkit 0.6.5-2 all Trying to improve couchdb experience in Python
un python2.7-couchdbkit (no description available)
_____ .___
/ _________ ____________ **| /** ..
\ \ * \ _ __ __ \ / __ | __ \ < | |
| | / __ _| | // __ / // | / __ ____ |
|*| (** /|| (__ /____ | (____ // ____|
/ / / / /
[[ Open Source Penetration Test IDE ]]
Where pwnage goes multiplayer
2016-10-20 13:07:11,446 - faraday.launcher - INFO - Starting Faraday IDE.
2016-10-20 13:07:11,446 - faraday.launcher - INFO - Dependencies met.
2016-10-20 13:07:11,446 - faraday.launcher - INFO - Checking configuration.
2016-10-20 13:07:11,446 - faraday.launcher - INFO - Setting up plugins.
2016-10-20 13:07:11,446 - faraday.launcher - INFO - Removing old plugins folder.
2016-10-20 13:07:11,483 - faraday.launcher - INFO - Setting up ZSH integration.
2016-10-20 13:07:11,491 - faraday.launcher - INFO - Setting up user configuration.
2016-10-20 13:07:11,491 - faraday.launcher - INFO - Using custom user configuration.
2016-10-20 13:07:11,492 - faraday.launcher - INFO - Setting up icons for GTK interface.
2016-10-20 13:07:11,499 - faraday.launcher - INFO - Setting configuration.
2016-10-20 13:07:11,836 - faraday.launcher - INFO - All done. Opening environment.
2016-10-20 13:07:11,957 - faraday.launcher - INFO - Main application ExceptHook enabled.
2016-10-20 13:07:11,960 - faraday.launcher - INFO - Starting main application.
Please config Couchdb for fancy HTML5 Dashboard (https://github.com/infobyte/faraday/wiki/Couchdb)
2016-10-20 13:07:11,960 - faraday - INFO - XMLRPC API server configured on ('localhost', 9876)
2016-10-20 13:07:11,968 - faraday - INFO - REST API server configured on ('localhost', 9977)
(faraday.py:1511): Gtk-WARNING **: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned
(faraday.py:1511): Gtk-WARNING **: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned
(faraday.py:1511): Gtk-WARNING **: Failed to get an inhibit portal proxy: The name org.freedesktop.portal.Desktop is not owned
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/share/python-faraday/utils/error_report.py", line 83, in exception_handler
model.guiapi.postCustomEvent(event)
File "/usr/share/python-faraday/model/guiapi.py", line 38, in postCustomEvent
receiver = getMainWindow()
File "/usr/share/python-faraday/model/guiapi.py", line 34, in getMainWindow
return __the_mainapp.getMainWindow()
AttributeError: 'NoneType' object has no attribute 'getMainWindow'
Original exception was:
Traceback (most recent call last):
File "/usr/share/python-faraday/gui/gtk/application.py", line 615, in do_startup
CONF.getLastWorkspace())
File "/usr/share/python-faraday/gui/gtk/mainwidgets.py", line 430, in init
self.workspaces = self.serverIO.get_workspaces_names()
File "/usr/share/python-faraday/gui/gtk/decorators.py", line 16, in wrapper
res = func(_args, *_kwargs)
File "/usr/share/python-faraday/gui/gtk/server.py", line 67, in get_workspaces_names
return models.get_workspaces_names()
File "/usr/share/python-faraday/persistence/server/models.py", line 479, in get_workspaces_names
return server.get_workspaces_names()['workspaces']
File "/usr/share/python-faraday/persistence/server/server.py", line 380, in get_workspaces_names
return _get("{0}/ws".format(_create_server_api_url()))
File "/usr/share/python-faraday/persistence/server/server.py", line 124, in _get
params=params))
File "/usr/share/python-faraday/persistence/server/server.py", line 90, in _unsafe_io_with_server
answer = server_io_function(server_url, *_payload)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, *_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 461, in request
prep = self.prepare_request(req)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 394, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 294, in prepare
self.prepare_url(url, params)
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 354, in prepare_url
raise MissingSchema(error)
requests.exceptions.MissingSchema: Invalid URL 'None/_api/ws': No schema supplied. Perhaps you meant http://None/_api/ws?
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/share/python-faraday/utils/error_report.py", line 83, in exception_handler
model.guiapi.postCustomEvent(event)
File "/usr/share/python-faraday/model/guiapi.py", line 38, in postCustomEvent
receiver = getMainWindow()
File "/usr/share/python-faraday/model/guiapi.py", line 34, in getMainWindow
return __the_mainapp.getMainWindow()
AttributeError: 'NoneType' object has no attribute 'getMainWindow'
Original exception was:
Traceback (most recent call last):
File "/usr/share/python-faraday/gui/gtk/application.py", line 676, in do_activate
self.window = AppWindow(self.sidebar,
AttributeError: 'GuiApp' object has no attribute 'sidebar'
2016-10-20 13:07:12,394 - faraday - INFO - Closing Faraday...
The text was updated successfully, but these errors were encountered: