Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 320a6f9

Browse files
committed
minor minor update
1 parent 17d74fc commit 320a6f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/brute/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def columnExistsThread():
223223
columns = {}
224224

225225
for column in retVal:
226-
result = inject.checkBooleanExpression("%s" % safeStringFormat("EXISTS(SELECT %s FROM %s WHERE %s>0)", (column, table, column)))
226+
result = inject.checkBooleanExpression("%s" % safeStringFormat("EXISTS(SELECT %s FROM %s WHERE RND(%s)>0)", (column, table, column)))
227227

228228
if result:
229229
columns[column] = 'numeric'

0 commit comments

Comments
 (0)