mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 21:33:51 -07:00
temporary debug
This commit is contained in:
parent
325318039d
commit
095efa631f
2 changed files with 4 additions and 0 deletions
2
hydra.c
2
hydra.c
|
@ -3677,6 +3677,8 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// this is the big function which starts the attacking children, feeds login/password pairs, etc.!
|
||||
while (exit_condition == 0) {
|
||||
memset(&fdreadheads, 0, sizeof(fdreadheads));
|
||||
max_fd = 0;
|
||||
FD_ZERO(&fdreadheads);
|
||||
for (head_no = 0, max_fd = 1; head_no < hydra_options.max_use; head_no++) {
|
||||
if (hydra_heads[head_no]->active > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue