mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adds two common error strings when detecting MySQL injections. Closes #1191
This commit is contained in:
parent
fc3062b674
commit
711d2107e6
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#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
|
||||
generate the vulnerability report correctly. [rewardone]
|
||||
|
||||
|
|
|
|||
|
|
@ -108,3 +108,5 @@ server object error
|
|||
supplied argument is not a valid MySQL result resource
|
||||
session_start%(%)
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue