File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sqlmap (0.8-1) stable; urgency=low
22
33 * Support to enumerate and dump all databases' tables containing user
4- provided column(s) by specifying for instance '--dump -C ' user,pass'.
4+ provided column(s) by specifying for instance '--dump -C user,pass'.
55 Useful to identify for instance tables containing custom application
66 credentials (Bernardo).
77 * Support to parse -C (column name(s)) when fetching
@@ -10,7 +10,7 @@ sqlmap (0.8-1) stable; urgency=low
1010 * Support for takeover features on PostgreSQL 8.4 (Bernardo).
1111 * Enhanced --priv-esc to rely on new Metasploit Meterpreter's
1212 'getsystem' command to elevate privileges of the user running the
13- back-end DBMS instance to SYSTEM (Bernardo).
13+ back-end DBMS instance on Windows to SYSTEM (Bernardo).
1414 * Automatic support in --os-pwn to use the web uploader/backdoor to
1515 upload and execute the Metasploit payload stager when stacked queries
1616 SQL injection is not supported, for instance on MySQL/PHP and
Original file line number Diff line number Diff line change 66 <error regexp =" SQL syntax.*MySQL" />
77 <error regexp =" Warning.*mysql_.*" />
88 <error regexp =" valid MySQL result" />
9+ <error regexp =" MySqlClient\." />
910 </dbms >
1011
1112 <!-- PostgreSQL -->
1213 <dbms value =" PostgreSQL" >
1314 <error regexp =" PostgreSQL.*ERROR" />
1415 <error regexp =" Warning.*pg_.*" />
1516 <error regexp =" valid PostgreSQL result" />
17+ <error regexp =" Npgsql\." />
1618 </dbms >
1719
1820 <!-- Microsoft SQL Server -->
You can’t perform that action at this time.
0 commit comments