mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 02:27:31 -07:00
fix for cisco-enable
This commit is contained in:
parent
043c8d2aaa
commit
92f8491e21
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue