infobyte / faraday

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

How to change the default interface (localhost) of the web server ? #356

Closed NRGLine4Sec closed 5 years ago

NRGLine4Sec commented 5 years ago

there is no documentation to explain how to change the default interface (localhost) of the web server to an external IP

llazzaro commented 5 years ago

Hi! Check here this wiki page: https://github.com/infobyte/faraday/wiki/FAQ#how-do-i-bind-faraday-to-0000

The server also supports the following parameters:

Example usage

faraday-server --bind 0.0.0.0 --port 9000

Please reopen this issue if this was not the correct solution.

Thanks!