mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 07:28:36 -07:00
Backdoor known key logic still needs the current key
This commit is contained in:
@@ -1833,6 +1833,7 @@ NfcCommand mf_classic_poller_handler_nested_controller(MfClassicPoller* instance
|
|||||||
}
|
}
|
||||||
dict_attack_ctx->nested_phase = MfClassicNestedPhaseAnalyzePRNG;
|
dict_attack_ctx->nested_phase = MfClassicNestedPhaseAnalyzePRNG;
|
||||||
} else {
|
} else {
|
||||||
|
dict_attack_ctx->nested_known_key = dict_attack_ctx->current_key;
|
||||||
dict_attack_ctx->nested_known_key_sector = 0;
|
dict_attack_ctx->nested_known_key_sector = 0;
|
||||||
dict_attack_ctx->nested_known_key_type = MfClassicKeyTypeA;
|
dict_attack_ctx->nested_known_key_type = MfClassicKeyTypeA;
|
||||||
dict_attack_ctx->prng_type = MfClassicPrngTypeWeak;
|
dict_attack_ctx->prng_type = MfClassicPrngTypeWeak;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
entry,status,name,type,params
|
entry,status,name,type,params
|
||||||
Version,+,77.2,,
|
Version,+,77.3,,
|
||||||
Header,+,applications/services/bt/bt_service/bt.h,,
|
Header,+,applications/services/bt/bt_service/bt.h,,
|
||||||
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
|
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
|
||||||
Header,+,applications/services/cli/cli.h,,
|
Header,+,applications/services/cli/cli.h,,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user