ctrl+c before process being killed?
Moderator: DosItHelp
-
- Posts: 29
- Joined: 07 Jun 2017 23:40
ctrl+c before process being killed?
how to add to batch Terminate batch job (Y/N)?
Last edited by raspberry109 on 08 Jun 2017 23:38, edited 1 time in total.
Re: ctrl+c before process being killed?
The batch script stops as long as hydra runs and waits for its termination. After your hydra process quitted the script resumes with the next line. So the problems are
- while your script waits for hydra it can't do anything else in parallel
- a batch process can't detect if somebody restarts your pc (and if somebody kills the process ... well ... it would be always too late for whatever action)
- emulating key strokes can't be done with pure batch
Sorry but I'm out of ideas.
Steffen
- while your script waits for hydra it can't do anything else in parallel
- a batch process can't detect if somebody restarts your pc (and if somebody kills the process ... well ... it would be always too late for whatever action)
- emulating key strokes can't be done with pure batch
Sorry but I'm out of ideas.
Steffen
-
- Posts: 29
- Joined: 07 Jun 2017 23:40
Re: ctrl+c before process being killed?
other idea is to update and save the hydra.restore file every 10 min or any 1000 lines
here hydra last version no need installation: https://github.com/maaaaz/thc-hydra-win ... s/tag/v8.5
here hydra last version no need installation: https://github.com/maaaaz/thc-hydra-win ... s/tag/v8.5
-
- Posts: 128
- Joined: 23 May 2016 15:39
- Location: Spain