Faraday Manage Settings
Faraday-manage settings¶
The purpose of this documentation is to explain how to use faraday-manage settings
NOTE: every change done to settings requires restarting faraday.
Update executive reports configuration¶
To update executive reports configuration enabling markdown
faraday-manage settings -a update executive_reports
markdown: True
border_size: 3
systemctl restart faraday-server
Update SMTP configuration¶
To setup your SMTP configurations
faraday-manage settings -a update smtp
enabled:
username
host:
port:
sender:
ssl:
Then update every field to the desired configuration, restart faraday server.
Update reports configuration and custom plugin folder¶
To update the custom plugin folder or ignore the info's run the following command
faraday-manage settings -a update reports
ignore_info_severity[False]:
custom_plugins_folder:
Then update the field custom plugin folder to the specified path
Update dashboard configuration¶
To update the dashboard configuration,
faraday-manage settings -a update dashboard
show_vulns_by_price[False]:
Restart Faraday Server.