mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
bruteforce sfi 2-3 records 1-5
This commit is contained in:
@@ -147,9 +147,8 @@ static bool emv_parse(const NfcDevice* device, FuriString* parsed_data) {
|
||||
parsed = true;
|
||||
}
|
||||
|
||||
if(app.pin_attempts_counter != 0xFF) {
|
||||
furi_string_cat_printf(
|
||||
parsed_data, "PIN attempts left: %d\n", app.pin_attempts_counter);
|
||||
if(app.pin_try_counter != 0xFF) {
|
||||
furi_string_cat_printf(parsed_data, "PIN attempts left: %d\n", app.pin_try_counter);
|
||||
parsed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user