mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-16 14:16:11 -06:00
37 lines
1,012 B
INI
37 lines
1,012 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 = 127.0.0.1
|
|
# burp status port
|
|
bport = 9999
|
|
# 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 = toto
|
|
toto = pbkdf2:sha1:1000$HT0gMoYz$7540515e58f4ba54305664275a14ca5281c5d465
|
|
admin = pbkdf2:sha1:1000$Dgq3Nimi$5befb4cf4c3a7da2549679732908df5f0298b016
|