mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Fixes #1309
This commit is contained in:
@@ -361,6 +361,9 @@ class UDF:
|
|||||||
warnMsg += "<= %d are allowed" % len(udfList)
|
warnMsg += "<= %d are allowed" % len(udfList)
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
|
if not isinstance(choice, int):
|
||||||
|
break
|
||||||
|
|
||||||
cmd = ""
|
cmd = ""
|
||||||
count = 1
|
count = 1
|
||||||
udfToCall = udfList[choice - 1]
|
udfToCall = udfList[choice - 1]
|
||||||
|
|||||||
Reference in New Issue
Block a user