mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
update todo and bfg too many entries message
This commit is contained in:
parent
8426e55939
commit
b0fc44daa2
2 changed files with 6 additions and 1 deletions
5
TODO
5
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?
|
||||
|
|
2
bfg.c
2
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue