mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: J-Run's 2nd phase tool mf_key_brute ref: https://github.com/J-Run/mf_key_brute Estimated time to search keyspace is ~18min.
J_Run's 2nd phase of multiple sector nested authentication key recovery You have a known 4 last bytes of a key recovered with mf_nonce_brute tool. First 2 bytes of key will be bruteforced Usage: hf mf keybrute [h] <block number> <A|B> <key> options: h this help <block number> target block number <A|B> target key type <key> candidate key from mf_nonce_brute tool samples: hf mf keybrute 1 A 000011223344
This commit is contained in:
parent
e55eda39cd
commit
d9ed4e1914
4 changed files with 102 additions and 0 deletions
|
@ -44,6 +44,7 @@ int CmdHF14AMfNested(const char* cmd);
|
|||
int CmdHF14AMfNestedHard(const char *Cmd);
|
||||
int CmdHF14AMfSniff(const char* cmd);
|
||||
int CmdHF14AMf1kSim(const char* cmd);
|
||||
int CmdHF14AMfKeyBrute(const char *Cmd);
|
||||
int CmdHF14AMfEClear(const char* cmd);
|
||||
int CmdHF14AMfEGet(const char* cmd);
|
||||
int CmdHF14AMfESet(const char* cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue