mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
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:
parent
fff83dd5f5
commit
f6c5ce98d3
10 changed files with 1153 additions and 77 deletions
13
contrib/systemd/bui-monitor.service
Normal file
13
contrib/systemd/bui-monitor.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue