add: new async backend

This new backend interact with the bui-monitor introduced in fff83dd5
A few things were refactored to take advantage of the queries
parallelization.
This commit is contained in:
ziirish 2018-08-01 22:42:00 +02:00
parent fff83dd5f5
commit f6c5ce98d3
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
10 changed files with 1153 additions and 77 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Burp-UI monitor service
After=network.target
[Service]
User=burpui
Group=burpui
RuntimeDirectory=bui-monitor
RuntimeDirectoryMode=0770
ExecStart=/usr/bin/bui-monitor -c /etc/burp/bui-monitor.cfg
[Install]
WantedBy=multi-user.target