typo in burp client.conf

This commit is contained in:
2024-04-23 22:13:29 +02:00
parent 37076864fb
commit c384d71b07

View File

@@ -1,8 +1,8 @@
# {{ansible_managed}} # {{ansible_managed}}
# this file was created from the role: {{ ansible_role_name }} # this file was created from the role: {{ ansible_role_name }}
password={{ burp_password }} password {{ burp_password }}
directory={{ burp_server_directory }} directory {{ burp_server_directory }}
compression=zlib0 compression zlib0
{% for k in burp_retention %} {% for k in burp_retention %}
keep {{ k }} keep {{ k }}
{% endfor %} {% endfor %}