[sqlmap-users] Bug

2011-04-11 Thread David Guimaraes
[15:39:33] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to reproduce the bug

[sqlmap-users] Some ideas

2011-04-25 Thread David Guimaraes
How about a --count switch? To count the number of rows (like sqlsus do)... and what about column enumerator without setting some table(-T) or DB (-D)? David -- WhatsUp Gold - Download Free Network Management Software The

Re: [sqlmap-users] Feature request: sqlmap URI injection

2011-04-28 Thread David Guimaraes
Use * character at param value: http://vulnsite.com/vulnscript/1*/2 2011/4/28 Andres Tarascó Acuña > Hello, > > I'm new to the list so probably I'm going to ask for something that was > previously discussed. Anyway, I'm going to try :) > > I wish to know if there are plans to support "URI sql i

Re: [sqlmap-users] Added support for --threads on UNION and ERROR techniques

2011-05-29 Thread David Guimaraes
Thanks guys .. this is something very useful, that I miss a lot .. I tried here and it works like a charm. Very fast! On Sun, May 29, 2011 at 8:19 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Hi all. > > As the title says, now you'll be able to run multithreaded UNION/ERROR > based

[sqlmap-users] Crash

2012-03-07 Thread David Guimaraes
Hi, I have found a bug: [16:18:00] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4829), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any informat

[sqlmap-users] Feature request

2013-04-01 Thread David Guimaraes
Hi, I am trying to perform sql injection on a web site but I can not get successful due to a size limitation on the query sent to the server. The server is limiting the size of query in 512 bytes only and sqlmap do not have any customization that allows me to bypass this restriction like sqlsus "ma

Re: [sqlmap-users] Feature request

2013-04-13 Thread David Guimaraes
gt; On Apr 1, 2013 11:14 PM, "David Guimaraes" wrote: > >> Hi, I am trying to perform sql injection on a web site but I can not get >> successful due to a size limitation on the query sent to the server. The >> server is limiting the size of query in 512 bytes only and