Re: [sqlmap-users] paramToDict function
Brought to you by:
inquisb
|
From: Miroslav S. <mir...@gm...> - 2010-01-02 22:07:58
|
Hi.
This function splits supplied parameters (type string) into a
dictionary for a easier manipulation during the testing/injection
phase, regarding the place of usage in HTTP request packet - in this
case "GET".
For example, this parameters string "a=user1&b=place2" would be
converted to a dictionary {a:"user1", b:"place2"}
Kind regards.
On Fri, Jan 1, 2010 at 4:01 PM, Adi Mutu <adi...@ya...> wrote:
>
>
> What does this function do :
>
> __paramDict = paramToDict("GET", parameters)
>
> It is called in __setRequestParams.
> I'm not a python developer i'm just a python junior hacking into sqlmap's
> code....
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> sqlmap-users mailing list
> sql...@li...
> https://lists.sourceforge.net/lists/listinfo/sqlmap-users
>
>
|