sqlmap/lib
Felix Ingram 0b5032c503 Added --output-dir option to allow specifying directory for storing files.
* _sqlmap.py - move command line parsing to earlier in main function
               to allow setPaths to know output_dir.
               Change cmdLineOptions update to reflect earlier parsing
* lib/core/common.py - setPaths is now passed the command line options
                       so they can be used for setting the path.
* lib/core/cmdline.py - added OptionParser option for the new option.
2012-07-02 14:15:55 +01:00
..
controller Removed $id$ tags 2012-06-27 20:56:43 +02:00
core Added --output-dir option to allow specifying directory for storing files. 2012-07-02 14:15:55 +01:00
parse Added --output-dir option to allow specifying directory for storing files. 2012-07-02 14:15:55 +01:00
request initial support for --dbms-cred for MSSQL: can be used to execute OS commands as another DB use - useful if you have retrieved and cracked the 'sa' DBA password by any mean and can provide it to sqlmap 2012-07-02 02:04:19 +01:00
takeover make the runAsDBMSUser() generic and ported to abstraction.py so the same function will be used for PostgreSQL dblink() too 2012-07-02 02:14:03 +01:00
techniques some more refactoring 2012-07-01 01:19:54 +02:00
utils Getting back revision number - displayed like in GitHub commits (Issue #52) 2012-07-02 13:01:20 +02:00
__init__.py Removed $id$ tags 2012-06-27 20:56:43 +02:00