From 0ce786e922df48cb27c6f105972527ef7ee45f97 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 12 Dec 2014 09:50:49 +0100 Subject: [PATCH] -M and -6 clarification --- README | 8 ++++++++ hydra.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index 0b471b7..33a7827 100644 --- a/README +++ b/README @@ -164,6 +164,14 @@ target entry in the file, e.g.: 127.0.0.1 127.0.0.1:2121 +Note that if you want to attach IPv6 targets, you must supply the -6 option +and *must* put IPv6 addresses in brackets in the file(!) like this: + foo.bar.com + target.com:21 + [fe80::1%eth0] + [2001::1] + [2002::2]:8080 + [2a01:24a:133:0:00:123:ff:1a] LOGINS AND PASSWORDS diff --git a/hydra.c b/hydra.c index 0cc6d31..e4b7789 100644 --- a/hydra.c +++ b/hydra.c @@ -342,7 +342,7 @@ void help(int ext) { if (ext) printf(" -w / -W TIME waittime for responses (%ds) / between connects per thread\n", WAITTIME); if (ext) - printf(" -4 / -6 prefer IPv4 (default) or IPv6 addresses\n"); + printf(" -4 / -6 user IPv4 (default) / IPv6 addresses (put always in [] also in -M)\n"); if (ext) printf(" -v / -V / -d verbose mode / show login+pass for each attempt / debug mode \n"); if (ext)