Re: [sqlmap-users] Feature request

2013-04-01 Thread Miroslav Stampar
Hi David. And what do you recommend to be done in case of query with length > max_inj_length? Kind regards, Miroslav Stampar 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

[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] Error with Sqlite

2013-04-01 Thread Miroslav Stampar
Hi. Problem found and "patched". Please update to the latest revision and retry it again (preferably with --flush-session or at least --fresh-queries). Kind regards, Miroslav Stampar On Mon, Apr 1, 2013 at 7:57 PM, Gerardo Iglesias Galvan wrote: > When trying to enumerate columns names from a

[sqlmap-users] Error with Sqlite

2013-04-01 Thread Gerardo Iglesias Galvan
When trying to enumerate columns names from a table (-T tablename --columns) sqlmap successfully retrieves the schema from sqlite_master, however it fails on identifying the columns names. I get the next output: [11:57:5

Re: [sqlmap-users] unhandled exception

2013-04-01 Thread Miroslav Stampar
Hi. Thank you for your report and find it fixed now. Kind regards, Miroslav Stampar On Mon, Apr 1, 2013 at 12:29 AM, Happy User wrote: > [02:27:07] [CRITICAL] unhandled exception in sqlmap/1.0-dev-a371f18, > retry your run with the latest development version from the G > itHub repository. If t