Re: [W3af-users] Launch scan after form submit
Status: Beta
Brought to you by:
andresriancho
From: Andres R. <and...@gm...> - 2015-12-14 12:25:25
|
I believe you'll have to use something like Celery or Python RQ [0] to queue the job and run it in workers. The worker will receive the URL as parameter and run (almost) the same steps as start() in console UI. [0] http://python-rq.org/ On Sun, Dec 13, 2015 at 1:15 PM, Luigino <ar...@gm...> wrote: > Hello all, > I'm a newbie. I'm making test for learn w3af. > I want to create a form in a website with a field for send an url. > My goal is to perform a w3af scan against the url received from the form. > I can't found any resources about it. > Can someone give a little help? > Thank you in advanced. > > > ------------------------------------------------------------------------------ > _______________________________________________ > W3af-users mailing list > W3a...@li... > https://lists.sourceforge.net/lists/listinfo/w3af-users -- Andrés Riancho Project Leader at w3af - http://w3af.org/ Web Application Attack and Audit Framework Twitter: @w3af GPG: 0x93C344F3 |