mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update cmdhfmf.c
chg: hf mf brute - commented out.
This commit is contained in:
parent
fbe86a9070
commit
a037766e26
1 changed files with 6 additions and 0 deletions
|
@ -244,6 +244,7 @@ static int usage_hf14_chk_fast(void) {
|
|||
PrintAndLogEx(NORMAL, " hf mf fchk 1 m -- target 1K, use dictionary from flashmemory");
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
static int usage_hf14_keybrute(void) {
|
||||
PrintAndLogEx(NORMAL, "J_Run's 2nd phase of multiple sector nested authentication key recovery");
|
||||
PrintAndLogEx(NORMAL, "You have a known 4 last bytes of a key recovered with mf_nonce_brute tool.");
|
||||
|
@ -261,6 +262,7 @@ static int usage_hf14_keybrute(void) {
|
|||
PrintAndLogEx(NORMAL, " hf mf keybrute 1 A 000011223344");
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
static int usage_hf14_restore(void) {
|
||||
PrintAndLogEx(NORMAL, "Usage: hf mf restore [card memory] u <UID> k <name> f <name>");
|
||||
PrintAndLogEx(NORMAL, "Options:");
|
||||
|
@ -3250,6 +3252,8 @@ static int CmdHF14AMfSniff(const char *Cmd) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
static int CmdHF14AMfKeyBrute(const char *Cmd) {
|
||||
|
||||
uint8_t blockNo = 0, keytype = 0;
|
||||
|
@ -3280,6 +3284,7 @@ static int CmdHF14AMfKeyBrute(const char *Cmd) {
|
|||
PrintAndLogEx(SUCCESS, "\ntime in keybrute: %.0f seconds\n", (float)t1 / 1000.0);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
*/
|
||||
|
||||
void printKeyTable(uint8_t sectorscnt, sector_t *e_sector) {
|
||||
char strA[12 + 1] = {0};
|
||||
|
@ -3308,6 +3313,7 @@ void printKeyTable(uint8_t sectorscnt, sector_t *e_sector) {
|
|||
PrintAndLogEx(NORMAL, "|---|----------------|---|----------------|---|");
|
||||
}
|
||||
|
||||
|
||||
// EMULATOR COMMANDS
|
||||
static int CmdHF14AMfEGet(const char *Cmd) {
|
||||
char c = tolower(param_getchar(Cmd, 0));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue