Re: [W3af-develop] W3AF documentation documents update

2013-05-11 Thread Andres Riancho
Dom, On Fri, May 10, 2013 at 11:48 AM, Dominique Righetto wrote: > Andres, > > In which Github repository did you manage W3AF documentation files ? You mean the documents which live in "doc" folder? That's managed in the w3af repository, together with the source code. > I asked this because in

Re: [W3af-develop] Practical HTTP Host header attacks - Contributor wanted

2013-05-11 Thread Andres Riancho
On Sat, May 11, 2013 at 4:59 AM, Achim Hoffmann wrote: > Hi Andrés, > > Am 10.05.2013 23:34, schrieb Andres Riancho: >> for mutant in mutants: >> mutant.set_mod_value(value1) >> response1 = send_mutant(mutant) >> >> mutant.set_mod_value(value2) >> response3 = send_mutant(mutant) >>