Re: [sqlmap-users] Configure Output Directory

2012-07-07 Thread Miroslav Stampar
Hi Zaki. This is implemented for some week(s) under option: --output-dir=ODIR Custom output directory path Kind regards, Miroslav Stampar On Thu, Jun 7, 2012 at 10:38 AM, Miroslav Stampar < [email protected]> wrote: > Hi Zaki. > > We can put it on a TODO list (our option/switch list

Re: [sqlmap-users] Configure Output Directory

2012-06-07 Thread Miroslav Stampar
Hi Zaki. We can put it on a TODO list (our option/switch list is getting huge :) and report back when implemented Kind regards On Thu, Jun 7, 2012 at 5:47 AM, Zaki Akhmad wrote: > Danke, Miroslav! Can I issue a ticket for this feature? > > Regards, > -- > Zaki Akhmad > -- Miroslav Stampar

Re: [sqlmap-users] Configure Output Directory

2012-06-06 Thread Zaki Akhmad
Danke, Miroslav! Can I issue a ticket for this feature? Regards, -- Zaki Akhmad -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT

Re: [sqlmap-users] Configure Output Directory

2012-06-06 Thread Miroslav Stampar
Hi Zaki. Sorry to inform you but such option is not available. If you want to do the dirty hack you can go it the "lib/core/common.py" and do the changes inside the line (Line 937 in HEAD revision from our repository): paths.SQLMAP_OUTPUT_PATH = os.path.join(paths.SQLMAP_ROOT_PATH, "output") ->

[sqlmap-users] Configure Output Directory

2012-06-06 Thread Zaki Akhmad
Hello, Is it possible to configure the sqlmap's output directory to another path? Example I don't want sqlmap sqlmap store the output directory at /home/za/sqlmap/output/ but to /home/za/projects/sqlmap/result/? One more. Is this output directory is configurable for each different scanning? Tha