mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
watchdog for 4x50 brute force
This commit is contained in:
parent
3b7153045f
commit
e312e5ced8
1 changed files with 2 additions and 0 deletions
|
@ -631,6 +631,8 @@ static bool brute(uint32_t start, uint32_t stop, uint32_t *pwd) {
|
|||
|
||||
for (*pwd = start; *pwd <= stop; (*pwd)++) {
|
||||
|
||||
WDT_HIT();
|
||||
|
||||
if (login(*pwd) == PM3_SUCCESS) {
|
||||
|
||||
pwd_found = true;
|
||||
|
|
Loading…
Reference in a new issue