Re: [sqlmap-users] Feature request

2013-04-13 Thread David Guimaraes
Good question Miroslav.. I tried to think in something that can be implemented without ruin sqlmap query schema, but I could not come to any conclusion... =( The thing is, sqlsus use a different approch to dump the data, making this kind of thing possible... The solution that I found in this part

Re: [sqlmap-users] --load-cookies

2013-04-13 Thread Miroslav Stampar
Nevertheless, with the latest commit that check should be "neutralized" now. Could you please retry it now? Kind regards, Miroslav Stampar On Sun, Apr 14, 2013 at 12:59 AM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Hi Dirk. > > Well, I would say that you have an expired cookie. Do

Re: [sqlmap-users] --load-cookies

2013-04-13 Thread Miroslav Stampar
Hi Dirk. Well, I would say that you have an expired cookie. Do you see that value 0? That value should be a valid UNIX time representing time of cookie expiration. Also, I've just tested that cookie of yours and sqlmap says: "[WARNING] cookie '' has expired" Kind regards, Miroslav Stampar O

[sqlmap-users] Patch for /task//delete in clean_filesystem

2013-04-13 Thread Brandon Perry
Hi, the attached patch fixes an issue with the /task//delete api call when self.output_directory is NoneType and clean_system() is called. -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website sqlmap_task_delete.diff Description: Binary data -

Re: [sqlmap-users] --load-cookies

2013-04-13 Thread Dirk Wetter
Hi Miroslav, thx for your prompt answer. On 04/12/2013 07:45 PM, Miroslav Stampar wrote: > Hi Dirk. > > Could you please get the latest revision and retry it again? ed5599f: almost the same: with cookie in the header sqlmap takes only this one. The slight difference seems to be that in the cas