FAQ¶
How to start using Burp-UI?¶
You may find all the basic informations to get started with Burp-UI in the README file.
How to configure my firewall?¶
When running Burp-UI in standalone mode, the embedded webserver listens on port 5000 on all interfaces.
The Burp-UI agents listens on port 10000 by default.
What are the default credentials?¶
The default login / password is admin / admin with the basic authentication backend.
How can I start Burp-UI as a daemon?¶
There are several init scripts provided by some users available here.
The recommanded way to run Burp-UI in production is to use Gunicorn. You can refer to the gunicorn section of this documentation for more details.
How to setup a reverse-proxy in front of Burp-UI?¶
The only way to run Burp-UI behind a reverse-proxy is to use Gunicorn. You can refer to the gunicorn section of this documentation for more details.
Why don’t I see all my clients using the burp-2 backend?¶
Starting with burp 2, you cannot see all the client through the status port unless you tell burp a particular client can see other clients statistics. See the general instructions for more details.
Are there any known issues?¶
There is a known issue section in this documentation.
How can I contribute?¶
You can refer to the contributing section of this documentation.