Re: [sqlmap-users] Configure Output Directory
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-06-06 08:44:43
|
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") -> paths.SQLMAP_OUTPUT_PATH = "/home/za/projects/sqlmap/result" Kind regards, Miroslav Stampar On Wed, Jun 6, 2012 at 10:38 AM, Zaki Akhmad <zak...@gm...> wrote: > 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? > > Thanks, > > -- > 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 managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |