We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b95433 commit a7cc953Copy full SHA for a7cc953
1 file changed
nosqlmap.py
@@ -968,7 +968,7 @@ def getApps():
968
print "\n"
969
doTimeAttack = raw_input("Start timing based tests (y/n)? ")
970
971
- if doTimeAttack in yes_tags:
+ if doTimeAttack in yes_tag:
972
print "Starting Javascript string escape time based injection..."
973
start = time.time()
974
strTimeInj = urllib.urlopen(uriArray[8])
0 commit comments