-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
We are working on fixing this error on Kali Linux ASAP.
In this issue, we will provide information on how to fix faraday-server not starting with the error No module named 'marshmallow.compat'.
If faraday is not working in Kali Linux, please check the following steps.
This guide will help you to use faraday temporarily until we update marshmallow to the latest version.
We are going to use this issue to provide information about the update. Feel free to ask any questions about Faraday in kali here.
- First, uninstall
faradaypackage and update/upgrade your packages
sudo apt remove faraday
sudo apt-get update
sudo apt-get upgrade
- Download .deb package from our GitHub repo
Download our latest version v3.11 from here
SHA256 Sum: b7b1db8be062d49fa4daee1b4b7b86587b0027ea3594f1bf2a9b7c5c91c3f96c
sudo apt install ./faraday-server_amd64.deb
- Start the server
After our package is installed a new service will be added to your systemd.
sudo service faraday-server start
Note: for first-time use, you need to execute faraday-manage initdb
You can check the status with:
sudo service faraday-server status
Make sure you execute faraday-manage status-check to ensure that everything is working:
