watchdog for 4x50 brute force

This commit is contained in:
tharexde 2021-05-13 19:23:07 +02:00
parent 3b7153045f
commit e312e5ced8

View file

@ -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;