mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
errors.xml: detect mysqli_*() errors. (#3407)
MySQL injection error message often happen with mysqli_*() functions nowadays. POC: https://duckduckgo.com/?q=%22warning..mysqli
This commit is contained in:
parent
38684ec220
commit
83a1b9b2e7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<!-- MySQL -->
|
||||
<dbms value="MySQL">
|
||||
<error regexp="SQL syntax.*?MySQL"/>
|
||||
<error regexp="Warning.*?mysql_"/>
|
||||
<error regexp="Warning.*?mysqli?_"/>
|
||||
<error regexp="MySqlException \(0x"/>
|
||||
<error regexp="MySQLSyntaxErrorException"/>
|
||||
<error regexp="valid MySQL result"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue