sqlmap/lib/core
Bernardo Damele 89c43893d4 Merged back from personal branch to trunk (svn merge -r846:940 ...)
Changes:
* Major enhancement to the Microsoft SQL Server stored procedure
heap-based buffer overflow exploit (--os-bof) to automatically bypass
DEP memory protection.
* Added support for MySQL and PostgreSQL to execute Metasploit shellcode
via UDF 'sys_bineval' (in-memory, anti-forensics technique) as an
option instead of uploading the standalone payload stager executable.
* Added options for MySQL, PostgreSQL and Microsoft SQL Server to
read/add/delete Windows registry keys.
* Added options for MySQL and PostgreSQL to inject custom user-defined
functions.
* Added support for --first and --last so the user now has even more
granularity in what to enumerate in the query output.
* Minor enhancement to save the session by default in
'output/hostname/session' file if -s option is not specified.
* Minor improvement to automatically remove sqlmap created temporary
files from the DBMS underlying file system.
* Minor bugs fixed.
* Major code refactoring.
2009-09-25 23:03:45 +00:00
..
__init__.py Updated to sqlmap 0.7 release candidate 1 2009-04-22 11:48:07 +00:00
agent.py Minor bug fixes to --os-shell (altought web backdoor functionality still to be reviewed). 2009-04-27 23:05:11 +00:00
common.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
convert.py Minor bug fixes to --os-shell (altought web backdoor functionality still to be reviewed). 2009-04-27 23:05:11 +00:00
data.py Updated to sqlmap 0.7 release candidate 1 2009-04-22 11:48:07 +00:00
datatype.py Updated to sqlmap 0.7 release candidate 1 2009-04-22 11:48:07 +00:00
dump.py Minor bug fix in output manager (dumper) object 2009-05-20 13:56:23 +00:00
exception.py Minor bug fixes to --os-shell (altought web backdoor functionality still to be reviewed). 2009-04-27 23:05:11 +00:00
option.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
optiondict.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
progress.py Updated to sqlmap 0.7 release candidate 1 2009-04-22 11:48:07 +00:00
readlineng.py sqlmap 0.7-rc3: Reset takeover OOB features (if any of --os-pwn, --os-smbrelay or --os-bof is selected) when running under Windows because msfconsole and msfcli are not supported on the native Windows Ruby interpreter. Correctly handle fcntl to be imported only on systems different from Windows. Minor code refactoring. 2009-06-11 15:01:48 +00:00
session.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
settings.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
shell.py Minor bug fixes to --os-shell (altought web backdoor functionality still to be reviewed). 2009-04-27 23:05:11 +00:00
subprocessng.py sqlmap 0.7-rc3: Reset takeover OOB features (if any of --os-pwn, --os-smbrelay or --os-bof is selected) when running under Windows because msfconsole and msfcli are not supported on the native Windows Ruby interpreter. Correctly handle fcntl to be imported only on systems different from Windows. Minor code refactoring. 2009-06-11 15:01:48 +00:00
target.py Merged back from personal branch to trunk (svn merge -r846:940 ...) 2009-09-25 23:03:45 +00:00
unescaper.py Updated to sqlmap 0.7 release candidate 1 2009-04-22 11:48:07 +00:00
update.py Minor bug fix in --update option, updated also Microsoft XML versions file 2009-06-16 15:12:02 +00:00