mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-25 09:36:22 +01:00
minor minor update
This commit is contained in:
parent
17d74fc83c
commit
320a6f9efb
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ def columnExists(columnFile):
|
||||||
columns = {}
|
columns = {}
|
||||||
|
|
||||||
for column in retVal:
|
for column in retVal:
|
||||||
result = inject.checkBooleanExpression("%s" % safeStringFormat("EXISTS(SELECT %s FROM %s WHERE %s>0)", (column, table, column)))
|
result = inject.checkBooleanExpression("%s" % safeStringFormat("EXISTS(SELECT %s FROM %s WHERE RND(%s)>0)", (column, table, column)))
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
columns[column] = 'numeric'
|
columns[column] = 'numeric'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue