mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08:00
Shorten command help text, reorder changelog
This commit is contained in:
parent
a1c3465525
commit
750fd646c1
3 changed files with 6 additions and 6 deletions
|
@ -9,6 +9,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
## [Frostbit.4.14831] [2022-01-11]
|
||||
- Changed Wiegand format lookup - now case-insensitive (@iceman1001)
|
||||
- Added new standalone mode `hf_15SNIFF` - Same as `hf_14ASNIFF` standalone mode for RDV4 - flashmem (@startrk1995)
|
||||
- Added `hf gallagher` commands for read/writing DESFire cards (@DarkMatterMatt)
|
||||
- Added support for MIFARE DESFire application creation without authentication (@joswr1ght)
|
||||
- Changed drastically Hitag S ARM code to remove state machines and ease way to build new commands (@doegox)
|
||||
- Fixed Hitag S crypto mode with key or NrAr, fixed `lf hitag cc`, fixed pwd dump in hitagS dump with LKP (@doegox)
|
||||
|
@ -64,7 +65,6 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
|||
- Fixed `SimulateTagLowFrequencyEx` ignoring the `ledcontrol` argument (@zabszk)
|
||||
- Added ledcontrol argument to LF operations (@zabszk)
|
||||
- Added new standalone mode `dankarmulti` - select and run multiple standalone modes (@dankar)
|
||||
- Added `hf gallagher` commands for read/writing DESFire cards (@DarkMatterMatt)
|
||||
|
||||
## [crimson.4.14434][2021-09-18]
|
||||
- Fixed `hf mf staticnested` - flashmem / non loop now works (@horrordash)
|
||||
|
|
|
@ -941,12 +941,12 @@ static int CmdGallagherClone(const char *cmd) {
|
|||
arg_param_begin,
|
||||
arg_int0("n", "keynum", "<dec>", "PICC key number [default = 0]"),
|
||||
arg_str0("t", "algo", "<DES|2TDEA|3TDEA|AES>", "PICC crypt algo: DES, 2TDEA, 3TDEA, AES"),
|
||||
arg_str0("k", "key", "<hex>", "Key for authentication to the PICC to create applications (HEX 8(DES), 16(2TDEA or AES) or 24(3TDEA) bytes)"),
|
||||
arg_str0("k", "key", "<hex>", "Key for authentication to the PICC to create applications"),
|
||||
arg_u64_1(NULL, "rc", "<dec>", "Region code. 4 bits max"),
|
||||
arg_u64_1(NULL, "fc", "<dec>", "Facility code. 2 bytes max"),
|
||||
arg_u64_1(NULL, "cn", "<dec>", "Card number. 3 bytes max"),
|
||||
arg_u64_1(NULL, "il", "<dec>", "Issue level. 4 bits max"),
|
||||
arg_str0(NULL, "aid", "<hex>", "Application ID to write (3 bytes) [default automatically chooses an AID]"),
|
||||
arg_str0(NULL, "aid", "<hex>", "Application ID to write (3 bytes) [default automatically chooses]"),
|
||||
arg_str0(NULL, "sitekey", "<hex>", "Site key to compute diversified keys (16 bytes)"),
|
||||
arg_str0(NULL, "cadkey", "<hex>", "Custom AES key 0 to modify the Card Application Directory (16 bytes)"),
|
||||
arg_lit0(NULL, "nocadupdate", "Don't modify the Card Application Directory (only creates the app)"),
|
||||
|
|
|
@ -2318,12 +2318,12 @@
|
|||
"-h, --help this help",
|
||||
"-n, --keynum <dec> picc key number [default = 0]",
|
||||
"-t, --algo <des|2tdea|3tdea|aes> picc crypt algo: des, 2tdea, 3tdea, aes",
|
||||
"-k, --key <hex> key for authentication to the picc to create applications (hex 8(des), 16(2tdea or aes) or 24(3tdea) bytes)",
|
||||
"-k, --key <hex> key for authentication to the picc to create applications",
|
||||
"--rc <dec> region code. 4 bits max",
|
||||
"--fc <dec> facility code. 2 bytes max",
|
||||
"--cn <dec> card number. 3 bytes max",
|
||||
"--il <dec> issue level. 4 bits max",
|
||||
"--aid <hex> application id to write (3 bytes) [default automatically chooses an aid]",
|
||||
"--aid <hex> application id to write (3 bytes) [default automatically chooses]",
|
||||
"--sitekey <hex> site key to compute diversified keys (16 bytes)",
|
||||
"--cadkey <hex> custom aes key 0 to modify the card application directory (16 bytes)",
|
||||
"--nocadupdate don't modify the card application directory (only creates the app)",
|
||||
|
@ -10205,6 +10205,6 @@
|
|||
"metadata": {
|
||||
"commands_extracted": 598,
|
||||
"extracted_by": "PM3Help2JSON v1.00",
|
||||
"extracted_on": "2022-01-15T01:07:16"
|
||||
"extracted_on": "2022-01-17T10:37:00"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue