mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 02:31:23 +08:00
chg 'lf t55xx brute' - AquireData returns isnoise, but a pwd protected card signa looks like noise.
This commit is contained in:
parent
9133a9164f
commit
834832be31
1 changed files with 5 additions and 1 deletions
|
@ -1791,11 +1791,15 @@ int CmdT55xxBruteForce(const char *Cmd) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
AquireData(T55x7_PAGE0, T55x7_CONFIGURATION_BLOCK, true, curr);
|
||||
|
||||
/*
|
||||
if (!AquireData(T55x7_PAGE0, T55x7_CONFIGURATION_BLOCK, true, curr)) {
|
||||
PrintAndLogEx(WARNING, "Aquiring data from device failed. Quitting");
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
found = tryDetectModulation();
|
||||
|
||||
if (curr == end_password)
|
||||
|
|
Loading…
Reference in a new issue