mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
cleanup configs
This commit is contained in:
parent
bf00cccc3a
commit
ccc649eb19
19 changed files with 71 additions and 119 deletions
|
|
@ -28,8 +28,8 @@ auth = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ auth = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# burp backend specific options
|
||||
[Burp]
|
||||
# burp status address (can only be '127.0.0.1' or '::1'
|
||||
bhost = ::1
|
||||
# burp status port
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ acl = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ acl = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# burp backend specific options
|
||||
[Burp]
|
||||
# burp status address (can only be '127.0.0.1' or '::1'
|
||||
bhost = 192.168.1.1
|
||||
# burp status port
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ acl = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ acl = basic
|
|||
# refresh interval of the pages in seconds
|
||||
refresh = 15
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ celery = true
|
|||
# example: sqlite:////var/lib/burpui/store.db
|
||||
database = sqlite:////tmp/store.db
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ celery = true
|
|||
# example: sqlite:////var/lib/burpui/store.db
|
||||
database = sqlite:////somewhere/you/dont/have/rights
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ celery = false
|
|||
# example: sqlite:////var/lib/burpui/store.db
|
||||
database = sqlite://
|
||||
|
||||
# burp1 backend specific options
|
||||
[Burp1]
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue