[sqlmap-users] unable to retrieve the number of columns

2011-08-29 Thread root
hi when is try to get db data.and the sqlmap say's "unable to retrieve the number of columns" what mean of this erorr ?why this.. 2011-08-30 thks&Best Regards robert -- Special Offer -- Download ArcSight Logger for

[sqlmap-users] New tampering script (unmagicquotes.py)

2011-08-29 Thread Miroslav Stampar
Hi all. This moment I've added "unmagicquotes.py" tampering script as requested by Mohamed Ramadan Reference for the logic itself can be found here: http://shiflett.org/blog/2006/jan/addslashes-versus-mysql-real-escape-string Kind regards p.s. remember, this only should work only against GBK/Bi

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