mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
update hf iclass legrec
Removed unused code/values from hf iclass legrec
This commit is contained in:
parent
f0022e4280
commit
dddc917e6e
1 changed files with 0 additions and 2 deletions
|
@ -2292,8 +2292,6 @@ void iClass_Recover(iclass_recover_req_t *msg) {
|
||||||
|
|
||||||
//Step2 Privilege Escalation: attempt to read AA2 with credentials for AA1
|
//Step2 Privilege Escalation: attempt to read AA2 with credentials for AA1
|
||||||
uint8_t blockno = 24;
|
uint8_t blockno = 24;
|
||||||
uint8_t cmd_read[] = {ICLASS_CMD_READ_OR_IDENTIFY, blockno, 0x00, 0x00};
|
|
||||||
AddCrc(cmd_read + 1, 1);
|
|
||||||
int priv_esc_tries = 0;
|
int priv_esc_tries = 0;
|
||||||
bool priv_esc = false;
|
bool priv_esc = false;
|
||||||
while (!priv_esc) {
|
while (!priv_esc) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue