Skip to content

Commit a7cc953

Browse files
committed
Update nosqlmap.py
Fixed typo in yes_tag array name.
1 parent 5b95433 commit a7cc953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nosqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ def getApps():
968968
print "\n"
969969
doTimeAttack = raw_input("Start timing based tests (y/n)? ")
970970

971-
if doTimeAttack in yes_tags:
971+
if doTimeAttack in yes_tag:
972972
print "Starting Javascript string escape time based injection..."
973973
start = time.time()
974974
strTimeInj = urllib.urlopen(uriArray[8])

0 commit comments

Comments
 (0)