mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Fixes #1309
This commit is contained in:
parent
2afb5687f6
commit
75ed5f767c
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user