From b0fc44daa2639cfe8ea26f20a72e2aa547826aba Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 10 Mar 2020 09:53:27 +0100 Subject: [PATCH] update todo and bfg too many entries message --- TODO | 5 +++++ bfg.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8d798f6..06bf3f9 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,9 @@ +./configure: + - add test for -march=native + +--- this is old --- + Prio 1: * add cookie support to hydra-http.c * hydra-smb more than 1 connection? diff --git a/bfg.c b/bfg.c index 3479268..88580fe 100644 --- a/bfg.c +++ b/bfg.c @@ -191,7 +191,7 @@ uint64_t bf_get_pcount() { count += (pow((double)bf_options.crs_len, (double)i)); if (count >= 0xffffffff) { fprintf(stderr, "\n[ERROR] definition for password bruteforce (-x) " - "generates more than 4 billion passwords\n"); + "generates more than 4 billion passwords - this is not a bug in the program, it is just not feasible to try so many attempts. Try a calculator how long that would take. duh.\n"); exit(-1); }