Re: [Burp-users] Windows client log file location?
Brought to you by:
grke
|
From: Larsen <lar...@we...> - 2015-09-04 21:02:37
|
Perhaps there should be a config option "logfile" for Windows? I guess this would make it more intuitiv. Lars On Fri, 04 Sep 2015 16:38:37 +0200, Michael Kohne <mh...@ko...> wrote: > OK, so basically the answer is 'nowhere', so it's not that I'm missing > anything. > > I poked around a little, and redirection of scheduled task output is > ever so slightly non-obvious on windows. > > I found a discussion here: > http://richarddingwall.name/2009/01/26/capture-the-output-from-a-scheduled-task/ > > What I ended up with was > "C:\Windows\system32\cmd.exe" /C "C:\Program Files\Burp\bin\burp.exe" > -a t > C:\burpclient.log 2>&1 > > Note that when entering this into the Windows Task Scheduler GUI, you > put "C:\Windows\system32\cmd.exe" as the program and all the rest as > the arguments. > > It works fine, and it'll be perfect for debugging problems in the future. > > Thanks all! |