Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ed0744

Browse files
committed
Added some error messages to detect back-end DBMS
1 parent 267cf5d commit 9ed0744

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

doc/ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sqlmap (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

xml/errors.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
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 -->

0 commit comments

Comments
 (0)