Re: [W3af-users] Scheduling w3af to trigger automatically through Shell script

2014-03-17 Thread Andres Riancho
Sandeep, On Mon, Mar 17, 2014 at 9:45 AM, sandeep kumar bandaru wrote: > Andres, > > We have verified everything and it looks fine. > > Can you please let me know, if w3af, can run in background without console? I would say "yes", but maybe "no" :) Please take a look at this bug [0] which you mi

Re: [W3af-users] Scheduling w3af to trigger automatically through Shell script

2014-03-17 Thread sandeep kumar bandaru
Andres, We have verified everything and it looks fine. Can you please let me know, if w3af, can run in background without console? I have been asking this because, when I run manually , with all the configurations with console live, then tool is working perfectly. But, when I use crontab (which

Re: [W3af-users] Scheduling w3af to trigger automatically through Shell script

2014-03-05 Thread Andres Riancho
Sandeep, On Tue, Mar 4, 2014 at 11:27 AM, sandeep kumar bandaru wrote: > Hi, > > I have written couple of commands to trigger w3af using shell scripting. > Below is the same. > > When I manually run the script, it is triggering w3af and the commands > inside the script file are executing. > > But

[W3af-users] Scheduling w3af to trigger automatically through Shell script

2014-03-04 Thread sandeep kumar bandaru
Hi, I have written couple of commands to trigger w3af using shell scripting. Below is the same. When I manually run the script, it is triggering w3af and the commands inside the script file are executing. But, when I schedule it through cron job, script is unable to trigger w3af itself. Please