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
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)
>>