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
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
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
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")
->
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