moved burp state to old
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul 2022-12-17 23:26:26 +01:00
parent 82783a7403
commit 385e486e90
14 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} ## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- for key, value in burp.config.items() %} {%- for key, value in burp.config.items() %}
{{ key }} = {{ value }} {{ key }} = {{ value }}
{%- endfor %} {%- endfor %}

View File

@ -71,7 +71,7 @@ ssl_cert = /etc/burp/ssl_cert-client.pem
ssl_key = /etc/burp/ssl_cert-client.key ssl_key = /etc/burp/ssl_cert-client.key
# Client SSL ciphers # Client SSL ciphers
#ssl_ciphers = #ssl_ciphers =
# Client SSL compression. Default is zlib5. Set to zlib0 to turn it off. # Client SSL compression. Default is zlib5. Set to zlib0 to turn it off.
#ssl_compression = zlib5 #ssl_compression = zlib5
@ -128,4 +128,4 @@ exclude_comp=gz
#atime=1 #atime=1
# When enabled, this causes problems in the phase1 scan (such as an 'include' # When enabled, this causes problems in the phase1 scan (such as an 'include'
# being missing) to be treated as fatal errors. The default is 0. # being missing) to be treated as fatal errors. The default is 0.
#scan_problem_raises_error=1 #scan_problem_raises_error=1

View File

@ -9,4 +9,4 @@ Type=simple
ExecStart=/usr/sbin/burp -ab ExecStart=/usr/sbin/burp -ab
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -9,4 +9,4 @@ OnCalendar=Mon-Sun 23:30
Persistent=true Persistent=true
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target

View File

@ -23,10 +23,10 @@ burp:
ssl_cert: /etc/burp/ssl_cert-client.pem ssl_cert: /etc/burp/ssl_cert-client.pem
ssl_key: /etc/burp/ssl_cert-client.key ssl_key: /etc/burp/ssl_cert-client.key
ssl_peer_cn: burpserver ssl_peer_cn: burpserver
exclude_fs: sysfs #exclude_fs: sysfs
exclude_fs: tmpfs #exclude_fs: tmpfs
exclude_comp: bz2 #exclude_comp: bz2
exclude_comp: gz #exclude_comp: gz
nobackup: .nobackup nobackup: .nobackup
clients: clients:
- name: thinkpad.paulbsd.com - name: thinkpad.paulbsd.com
@ -59,8 +59,8 @@ burp:
ssl_cert: /etc/burp/ssl_cert-client.pem ssl_cert: /etc/burp/ssl_cert-client.pem
ssl_key: /etc/burp/ssl_cert-client.key ssl_key: /etc/burp/ssl_cert-client.key
ssl_peer_cn: burpserver ssl_peer_cn: burpserver
exclude_fs: sysfs #exclude_fs: sysfs
exclude_fs: tmpfs #exclude_fs: tmpfs
exclude_comp: bz2 #exclude_comp: bz2
exclude_comp: gz #exclude_comp: gz
nobackup: .nobackup nobackup: .nobackup

View File

@ -5,4 +5,4 @@
default=defaults.burp, default=defaults.burp,
merge=True merge=True
) )
-%} -%}

View File

@ -7,4 +7,4 @@ OnStartupSec=600
#OnCalendar=Mon-Sun 22:00 #OnCalendar=Mon-Sun 22:00
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target