mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fix for a bug reported by blueBoy
This commit is contained in:
parent
fb6a84b10b
commit
8a174248dc
3 changed files with 6 additions and 1 deletions
|
|
@ -2352,6 +2352,8 @@ class Enumeration:
|
|||
sqlType = None
|
||||
getOutput = None
|
||||
|
||||
query = query.rstrip(';')
|
||||
|
||||
for sqlTitle, sqlStatements in SQL_STATEMENTS.items():
|
||||
for sqlStatement in sqlStatements:
|
||||
if query.lower().startswith(sqlStatement):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue