mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
fix
This commit is contained in:
parent
d0f0bf5a48
commit
cf9566b832
2 changed files with 88 additions and 3 deletions
2
hydra.c
2
hydra.c
|
@ -3918,7 +3918,7 @@ int main(int argc, char *argv[]) {
|
|||
if (hydra_heads[j]->active >= 0)
|
||||
k++;
|
||||
if ((long)(hydra_brains.todo_all - hydra_brains.sent) <= 0) //in case of overflow of unsigned "-1"
|
||||
bail("Weird bug detected where more tests were performed than possible. Please post your command line here: https://github.com/vanhauser-thc/thc-hydra/issues/113 or send it in an email to vh@thc.org")
|
||||
bail("Weird bug detected where more tests were performed than possible. Please post your command line here: https://github.com/vanhauser-thc/thc-hydra/issues/113 or send it in an email to vh@thc.org");
|
||||
printf("[STATUS] %.2f tries/min, %lu tries in %02lu:%02luh, %lu to do in %02lu:%02luh, %d active\n", (1.0 * hydra_brains.sent) / (((elapsed_status - starttime) * 1.0) / 60), // tries/min
|
||||
hydra_brains.sent, // tries
|
||||
(long unsigned int) ((elapsed_status - starttime) / 3600), // hours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue