mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-17 04:40:37 +03:00
* _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.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| banner.py | ||
| cmdline.py | ||
| configfile.py | ||
| handler.py | ||
| headers.py | ||
| html.py | ||
| payloads.py | ||