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.
2 parents 5b95433 + a7cc953 commit 757e9d1Copy full SHA for 757e9d1
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