mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Adds two common error strings when detecting MySQL injections. Closes #1191
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#Nmap Changelog ($Id$); -*-text-*-
|
#Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o [NSE][GH#1191] Add two common error strings that improve MySQL detection
|
||||||
|
by the script http-sql-injection. [Robert Taylor, Paulino Calderon]
|
||||||
|
|
||||||
o [NSE][GH#1220] Fix bug in http-vuln-cve2006-3392 that prevented the script to
|
o [NSE][GH#1220] Fix bug in http-vuln-cve2006-3392 that prevented the script to
|
||||||
generate the vulnerability report correctly. [rewardone]
|
generate the vulnerability report correctly. [rewardone]
|
||||||
|
|
||||||
|
|||||||
@@ -108,3 +108,5 @@ server object error
|
|||||||
supplied argument is not a valid MySQL result resource
|
supplied argument is not a valid MySQL result resource
|
||||||
session_start%(%)
|
session_start%(%)
|
||||||
unexpected end of SQL command
|
unexpected end of SQL command
|
||||||
|
You have an error in your SQL syntax
|
||||||
|
check the manual that corresponds to your MySQL server version for the right syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user