mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style and text. Might need some hint for the next step when/how unhash output is used
This commit is contained in:
parent
f4d2d2e5db
commit
e162cc3953
3 changed files with 86 additions and 52 deletions
|
@ -3656,16 +3656,16 @@
|
|||
},
|
||||
"hf iclass unhash": {
|
||||
"command": "hf iclass unhash",
|
||||
"description": "Reverses the hash0 function used generate iclass diversified keys after DES encryption, returning the DES crypted CSN.",
|
||||
"description": "Reverses the hash0 function used generate iclass diversified keys after DES encryption, Function returns the DES crypted CSN. Next step bruteforcing.",
|
||||
"notes": [
|
||||
"hf iclass unhash --divkey B4F12AADC5301A2D"
|
||||
"hf iclass unhash -k B4F12AADC5301A2D"
|
||||
],
|
||||
"offline": true,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"--divkey <hex> The card's Diversified Key value"
|
||||
"-k, --divkey <hex> Card diversified key"
|
||||
],
|
||||
"usage": "hf iclass unhash [-h] --divkey <hex>"
|
||||
"usage": "hf iclass unhash [-h] -k <hex>"
|
||||
},
|
||||
"hf iclass view": {
|
||||
"command": "hf iclass view",
|
||||
|
@ -12956,6 +12956,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 747,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2024-10-01T07:52:00"
|
||||
"extracted_on": "2024-10-01T08:14:57"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue