Re: [sqlmap-users] Parameter "from-to"
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-06-24 14:36:53
|
Hi. There is a --param-del option, but in your case --param-del=":" would do more harm than good. It separates pairs (parameter=value), but in your cases there is no clear separation for doing such thing. Kind regards, Miroslav Stampar On Mon, Jun 24, 2013 at 3:33 PM, Sebastian Nerz <seb...@sy...>wrote: > Hi, > > my apologies, if the question is covered in the documentation, but I > could not find anything. > > Does SQLMAP support providing parameter limits? An example: > > param=firstvalue:MTIz:12 > decoded: > param=firstvalue:123:12 > > I'd love to e.g. use base64encode. but for this I would have to be able > to tell SQLMAP the delimiters or start- and endpositions (e.g.: > param=firstvalue:#123*:12, where the parameter would be 123) > > All the best, > > Sebastian Nerz > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |