From 92f8491e21e43aceb14016da30cc4ca19a1e1634 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 11 Jun 2014 12:38:07 +0200 Subject: [PATCH] fix for cisco-enable --- hydra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.c b/hydra.c index a6b120f..e27b760 100644 --- a/hydra.c +++ b/hydra.c @@ -503,7 +503,7 @@ void module_usage() { "Examples:\n" " hydra -P pass.txt target cisco-enable (direct console access)\n" " hydra -P pass.txt -m cisco target cisco-enable (Logon password cisco)\n" - " hydra -l foo -m bar -P pass.txt -m cisco target cisco-enable (AAA Login foo, password bar)\n"); + " hydra -l foo -m bar -P pass.txt target cisco-enable (AAA Login foo, password bar)\n"); find = 1; } if (!find && (strcmp(hydra_options.service, "cisco") == 0)) {