Skip to content

Commit

Permalink
* clean syntax :P
Browse files Browse the repository at this point in the history
  • Loading branch information
nu11nu11 committed Feb 28, 2016
1 parent 19e085b commit 2d61c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dos_plone.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def main():
print "\nGot blurry vision? Wrong captcha code!\n"
return
print "\nStarting up - hit Ctrl+C to abort (and then be patient)..."
for i in range(1, args.number + 1):
for _ in range(1, args.number + 1):
if attacks.get(args.attack) is None:
# OK, run all attack types at once.
t = attacks.get(random.randint(0, len(attacks) - 2))(args.target, args.number)
Expand Down

0 comments on commit 2d61c24

Please sign in to comment.