Re: [sqlmap-users] feature request - random parameter data generation

2011-08-29 Thread Andres Tarascó Acuña
Thanks for those great improvements. Andres El 29 de agosto de 2011 15:41, Miroslav Stampar escribió: > hi again. > > with the last commit r4369 new switch "--skip" is added. > > e.g. --skip=ua > or > e.g. --skip=random-agent > or > e.g. --skip="ua,random-agent,id,id2" > > will make sqlmap expl

Re: [sqlmap-users] feature request - random parameter data generation

2011-08-29 Thread Miroslav Stampar
hi again. with the last commit r4369 new switch "--skip" is added. e.g. --skip=ua or e.g. --skip=random-agent or e.g. --skip="ua,random-agent,id,id2" will make sqlmap explicit skip the testing of parameters provided this way kind regards 2011/8/20 Andres Tarascó Acuña : > hi there! > > I would

Re: [sqlmap-users] feature request - random parameter data generation

2011-08-29 Thread Miroslav Stampar
hi Andres. with the latest r4366 commit there is a new switch implemented '--randomize' by your request. example of usage: -u "www.site.com/vuln.php?id=1&id2=2&id3=3" --randomize=id2 it will automatically randomize parameter value for id2 in further requests regarding it's "template type" integ

[sqlmap-users] feature request - random parameter data generation

2011-08-20 Thread Andres Tarascó Acuña
hi there! I would like to suggest a feature that I think many of you will find it useful. The idea is to allow sqlmap or an sqlmap tamper script to create random data on each request, against targeted parameters, to bypass unique key restrictions. afaik there is no way to achieve this with latest