Re: [sqlmap-users] paramToDict function
Brought to you by:
inquisb
|
From: Adi M. <adi...@ya...> - 2010-01-02 15:35:38
|
In the above function I'm a little confused about the next variables:
1)testableParameters
2)conf.parameters
3)conf.testParameter
4)and this condition test:
condition = not conf.testParameter
condition |= parameter in conf.testParameter
if condition:
value = elem[1]
testableParameters[parameter] = value
Can you please clarify these a little?
Cheers,
|