Skip to content

Commit 757e9d1

Browse files
committed
Merge pull request #16 from mark-a/master
Update nosqlmap.py
2 parents 5b95433 + a7cc953 commit 757e9d1

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)