sqlmap/lib/takeover
Bernardo Damele 121148f27f There was no point relying on a support table (sqlmapoutput) to get the stdout of executed OS commands when using direct connection (-d) and it saves also number of requests.
Also, BULK INSERT apparently does not work on MSSQL when running as Network Service (at least on Windows XP) so one more reason to avoid using support table.
Minor fix also to threat MSSQL's EXEC statements as SELECT ones
2012-02-17 15:54:49 +00:00
..
__init__.py updating copyright date 2012-01-11 14:59:46 +00:00
abstraction.py updating copyright date 2012-01-11 14:59:46 +00:00
icmpsh.py updating copyright date 2012-01-11 14:59:46 +00:00
metasploit.py updating copyright date 2012-01-11 14:59:46 +00:00
registry.py updating copyright date 2012-01-11 14:59:46 +00:00
udf.py There was no point relying on a support table (sqlmapoutput) to get the stdout of executed OS commands when using direct connection (-d) and it saves also number of requests. 2012-02-17 15:54:49 +00:00
web.py updating copyright date 2012-01-11 14:59:46 +00:00
xp_cmdshell.py There was no point relying on a support table (sqlmapoutput) to get the stdout of executed OS commands when using direct connection (-d) and it saves also number of requests. 2012-02-17 15:54:49 +00:00