Re: [Burp-users] summary_script not working after update
Brought to you by:
grke
|
From: Graham K. <gr...@gr...> - 2017-03-21 11:37:32
|
On Tue, March 21, 2017 7:17 pm, Henrik Schmidt wrote: > Hi, > > I did update my server from 1.4.40 to 2.0.59 and the summary script is > not working any longer. > > The logfile says : > > Mar 21 10:11:10 copter burp[18222]: Could not get lockfile. > Mar 21 10:11:10 copter burp[18222]: Another process is probably running, > > Of course another process is running, the burp server process. > This was no problem for burp 1.4.40. > > How to fix this ? > > Thanks for this great backup programm. Hello, The summary script uses the status monitor, which has changed a bit in 2.0.x. It is now a client and connects over ssl. What is the command that you are running for the summary script? You should no longer be giving it '-c /etc/burp/burp-server.conf'. Instead, either give it '-c /etc/burp/burp.conf', or don't give it a -c parameter at all. More info on the status monitor changes here: http://burp.grke.org/docs/monitor.html |