mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
36 lines
936 B
INI
36 lines
936 B
INI
# Burp-UI configuration file
|
|
# @version@ - 0.3.0
|
|
# @release@ - stable
|
|
[Global]
|
|
backend = burp1
|
|
# authentication plugin (mandatory)
|
|
# list the misc/auth directory to see the available backends
|
|
# to disable authentication you can set "auth: none"
|
|
auth = basic
|
|
|
|
[UI]
|
|
# refresh interval of the pages in seconds
|
|
refresh = 15
|
|
|
|
# burp backend specific options
|
|
[Burp]
|
|
# burp status address (can only be '127.0.0.1' or '::1'
|
|
bhost = ::1
|
|
# burp status port
|
|
bport = 5072
|
|
# burp binary
|
|
burpbin = /dev/null
|
|
# vss_strip binary
|
|
stripbin = /dev/null
|
|
# temporary dir for the on the fly restoration
|
|
tmpdir = /dev/null
|
|
# burp client configuration file used for the restoration (Default: None)
|
|
bconfcli = /dev/null
|
|
# burp server configuration file used for the setting page
|
|
bconfsrv = /dev/null
|
|
|
|
## Please DO NOT touch the following line
|
|
## @salted@
|
|
#[BASIC:AUTH]
|
|
#priority = 100
|
|
#admin = pbkdf2:sha1:1000$CgUFdUCs$294cbaaba63ba59eb28e1a9a52263957478cd0e7
|