mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fix typo
This commit is contained in:
parent
7ad9639ed0
commit
e2a0f7a47b
2 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||
if not conf.extensiveFp:
|
||||
return True
|
||||
|
||||
# Check which version of MySQL , 5.0.0 it is
|
||||
# Check which version of MySQL < 5.0.0 it is
|
||||
coercibility = inject.getValue("COERCIBILITY(USER())")
|
||||
|
||||
if coercibility == "3":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue