You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System information:
Linux kali 4.12.0-kali1-amd64 #1 SMP Debian 4.12.6-1kali5 (2017-08-25) x86_64 GNU/Linux
When I clicked Faraday to run it, it gave me an error that the connection can't be made, retry connection, exit, so I searched upon internet and couldn't understand anything after trying a bunch of solutions for editing configuration files I edited the files /etc/couchdb/local.ini and ~/.faraday/config/server.ini
I uncommented the "port" and "bind_address" under [httpd] in /etc/couchdb/local.ini
and my ~/.faraday/config/server.ini has the following
git clone https://github.com/infobyte/faraday.git faraday-dev
cd faraday-dev
./install.sh
./faraday-server.py
Now, this is where I get error,
faraday-server.server.couchdb - WARNING - Reports database couldn't be uploaded. You need to be an admin to do it
faraday-server.server.importer - ERROR - CouchDB is not running at http://localhost:5984. Check faraday-server's configuration and make sure CouchDB is running
What do I do to fix this error so that when I run the next command ./faraday.py , it runs Faraday properly. I have never used Faraday before, but I really am interested in using it, but both out of the box installation and installation through following the Faraday guide gives error.
The text was updated successfully, but these errors were encountered:
Also that error message i'm seeing says that the problem is that couchdb is not running, it's a necessary tool for Faraday to work (for now at least).
So, first of all check if it's running,
if you are having trouble installing couch here you have a wiki that should help you: https://github.com/infobyte/faraday/wiki/Installation-CouchDB
System information:
Linux kali 4.12.0-kali1-amd64 #1 SMP Debian 4.12.6-1kali5 (2017-08-25) x86_64 GNU/Linux
When I clicked Faraday to run it, it gave me an error that the connection can't be made, retry connection, exit, so I searched upon internet and couldn't understand anything after trying a bunch of solutions for editing configuration files I edited the files
/etc/couchdb/local.ini
and~/.faraday/config/server.ini
I uncommented the "port" and "bind_address" under [httpd] in
/etc/couchdb/local.ini
and my
~/.faraday/config/server.ini
has the followingSo, I downloaded the project from github
I followed the following steps in my
~/
Now, this is where I get error,
What do I do to fix this error so that when I run the next command
./faraday.py
, it runs Faraday properly. I have never used Faraday before, but I really am interested in using it, but both out of the box installation and installation through following the Faraday guide gives error.The text was updated successfully, but these errors were encountered: