mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
add the ability to rename/move options within the configuration
This commit is contained in:
parent
2db8e8015d
commit
4c66de5088
17 changed files with 248 additions and 144 deletions
|
|
@ -2,17 +2,6 @@
|
|||
# @version@ - 0.3.0
|
||||
# @release@ - stable
|
||||
[Global]
|
||||
# On which port is the application listening
|
||||
port = 5001
|
||||
# On which address is the application listening
|
||||
# '::' is the default for all IPv6
|
||||
bind = ::
|
||||
# enable SSL
|
||||
ssl = false
|
||||
# ssl cert
|
||||
sslcert = /etc/burp/ssl_cert-server.pem
|
||||
# ssl key
|
||||
sslkey = /etc/burp/ssl_cert-server.key
|
||||
backend = burp1
|
||||
# authentication plugin (mandatory)
|
||||
# list the misc/auth directory to see the available backends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue