From 2d61c24331af9894934e68f38e22f5f0f8416fe6 Mon Sep 17 00:00:00 2001 From: 0_o -- null_null Date: Sun, 28 Feb 2016 23:57:25 +0100 Subject: [PATCH] * clean syntax :P --- dos_plone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dos_plone.py b/dos_plone.py index 30812bf..0942461 100644 --- a/dos_plone.py +++ b/dos_plone.py @@ -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)