[Burp-users] burp -a S -c /etc/burp/burp-server.conf displays nothing
Brought to you by:
grke
|
From: Frans C. <coo...@gm...> - 2017-03-29 12:54:50
|
Hi. I compiled and installed burp 2.0.54.
I do have these settings configured in /etc/burp/burp-server.conf
port = 4971
status_port = 4972
and burp is running:
# ps aux |grep burp
root 3943 0.0 0.1 63396 2404 ? Ss 14:13 0:00
/usr/sbin/burp -c /etc/burp/burp-server.conf
and the ports are open:
# netstat -tlnp |grep burp
tcp6 0 0 :::4971 :::* LISTEN
4008/burp
tcp6 0 0 ::1:4972 :::* LISTEN
4008/burp
Everything else works (backups and restores), but when I run
# burp -a S -c /etc/burp/burp-server.conf
on the server, then it displays nothing.
On burp 1.x this command displays a summary of backups. I cannot seem to
get it working in 2.x.
This also means that the summary_script is broken, as it sends an empty
e-mail.
Please advise.
Regards,
Frans
|