Re: [W3af-develop] FormFiller+

2009-12-29 Thread Martin Holst Swende
Hi, I recently noticed (though they are a couple of months old - so maybe this has already been added to w3af?) these vulnerabilities which potentially is quite common on PHP : http://sirdarckcat.blogspot.com/2009/10/couple-of-unicode-issues-on-php-and.html Basically, PHP which relies on a filter

Re: [W3af-develop] FormFiller+

2009-12-23 Thread Andres Riancho
Floyd, On Wed, Dec 23, 2009 at 11:03 AM, Floyd Fuh wrote: > Hey Andres and list > >>> Floyd, >>> >>> On Mon, Dec 21, 2009 at 11:58 AM, Floyd Fuh wrote: >>> > Andres, >>> > >>> > Your suggestion will work alright as long as there is no >>> > word with two different meanings. Means if >>> > there

Re: [W3af-develop] FormFiller+

2009-12-23 Thread Floyd Fuh
Hey Andres and list >> Floyd, >> >> On Mon, Dec 21, 2009 at 11:58 AM, Floyd Fuh wrote: >> > Andres, >> > >> > Your suggestion will work alright as long as there is no >> > word with two different meanings. Means if >> > there is no word which means something in one language >> > and something c

Re: [W3af-develop] FormFiller

2009-12-21 Thread Andres Riancho
em I see is that the implementation of such a feature could be really hard, given that w3af uses threads and maybe one thread runs in position 1 on run #1, but runs in position 3 on run #2. > > cheers > floyd > > PS: Andres, I'm still answering your other mail :) hehe, ok. >

Re: [W3af-develop] FormFiller

2009-12-21 Thread Floyd Fuh
other mail :) Von: Andres Riancho An: Floyd Fuh CC: w3af-develop@lists.sourceforge.net Gesendet: Montag, den 21. Dezember 2009, 13:09:13 Uhr Betreff: Re: [W3af-develop] FormFiller Floyd, On Mon, Dec 21, 2009 at 9:04 AM, Floyd Fuh wrote: > Hi Andres and list >

Re: [W3af-develop] FormFiller

2009-12-21 Thread Achim Hoffmann
Floyd, Andres, can someone please enlight me on the pupose of the FormFiller, before I start posting unqualified comments. Is it just fill forms with some kind of usefull values so that w3af gets the next step in the application? Or is it some kind of fuzzing the form? For the first (some usefull

Re: [W3af-develop] FormFiller

2009-12-21 Thread Andres Riancho
Achim, On Mon, Dec 21, 2009 at 9:20 AM, Achim Hoffmann wrote: > Floyd, Andres, > > can someone please enlight me on the pupose of the FormFiller, > before I start posting unqualified comments. > Is it just fill forms with some kind of usefull values so that > w3af gets the next step in the applic

Re: [W3af-develop] FormFiller

2009-12-21 Thread Andres Riancho
like this: match = '' for word in word_list: for parameter in parameter_list: if word in parameter and len(word) > len(match): match = word What do you think? With something like this we would be matching to the longest match, thus the problems you mention would dissa

Re: [W3af-develop] FormFiller

2009-12-21 Thread Floyd Fuh
What do you think? cheers floyd ____ Von: Andres Riancho An: Floyd Fuh CC: w3af-develop@lists.sourceforge.net Gesendet: Montag, den 21. Dezember 2009, 12:29:25 Uhr Betreff: Re: [W3af-develop] FormFiller Floyd, On Mon, Dec 21, 2009 at 5:26 AM, Floyd Fuh wrote

Re: [W3af-develop] FormFiller

2009-12-21 Thread Andres Riancho
uh > CC: w3af-develop@lists.sourceforge.net > Gesendet: Donnerstag, den 17. Dezember 2009, 17:10:23 Uhr > Betreff: Re: [W3af-develop] FormFiller > > Floyd, > > On Thu, Dec 17, 2009 at 12:18 PM, Floyd Fuh wrote: >> Hi list >> >> I had a look at the core.data.fu

Re: [W3af-develop] FormFiller

2009-12-21 Thread Floyd Fuh
Von: Andres Riancho An: Floyd Fuh CC: w3af-develop@lists.sourceforge.net Gesendet: Donnerstag, den 17. Dezember 2009, 17:10:23 Uhr Betreff: Re: [W3af-develop] FormFiller Floyd, On Thu, Dec 17, 2009 at 12:18 PM, Floyd Fuh wrote: > Hi list > > I had a look at the core.data.fuzzer.f

Re: [W3af-develop] FormFiller

2009-12-17 Thread Andres Riancho
Floyd, On Thu, Dec 17, 2009 at 12:18 PM, Floyd Fuh wrote: > Hi list > > I had a look at the core.data.fuzzer.formFiller. Wouldn't it be better if > a password field is always filled with the same value (for example > w3af-FrAmEW0rK.)? > Because sometimes you have to fill in the same password twic

[W3af-develop] FormFiller

2009-12-17 Thread Floyd Fuh
Hi list I had a look at the core.data.fuzzer.formFiller. Wouldn't it be better if a password field is always filled with the same value (for example w3af-FrAmEW0rK.)? Because sometimes you have to fill in the same password twice (for example in a register form). I did it for my local version an