From 1f304d5d227227514771fdef596581e09bc51429 Mon Sep 17 00:00:00 2001 From: pirate sans barbe Date: Wed, 3 Mar 2021 08:33:55 -1000 Subject: [PATCH] bail when stdin feof is reached and more lines are to be printed --- hydra.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hydra.c b/hydra.c index fd41eb2..86eb41a 100644 --- a/hydra.c +++ b/hydra.c @@ -591,8 +591,6 @@ void help_bfg() { "others,\n" " just add their real representation.\n" " -y disable the use of the above letters as placeholders\n" - " -r use a shuffling method called 'rain' to try to break\n" - " the linearity of the bruteforce\n" "Examples:\n" " -x 3:5:a generate passwords from length 3 to 5 with all " "lowercase letters\n"