mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08:00
renamed the sc
command to smart
in the commands list
As the `sc` command now invoke the `script` command, we need to enter `smart` in order to get the right command.
This commit is contained in:
parent
816ddd94d9
commit
f06ad6f369
1 changed files with 8 additions and 8 deletions
|
@ -845,14 +845,14 @@ Check column "offline" for their availability.
|
|||
|
||||
|command |offline |description
|
||||
|------- |------- |-----------
|
||||
|`sc help `|Y |`This help`
|
||||
|`sc list `|N |`List ISO 7816 history`
|
||||
|`sc info `|N |`Tag information`
|
||||
|`sc reader `|N |`Act like an IS07816 reader`
|
||||
|`sc raw `|N |`Send raw hex data to tag`
|
||||
|`sc upgrade `|Y |`Upgrade sim module firmware`
|
||||
|`sc setclock `|N |`Set clock speed`
|
||||
|`sc brute `|N |`Bruteforce SFI`
|
||||
|`smart help `|Y |`This help`
|
||||
|`smart list `|N |`List ISO 7816 history`
|
||||
|`smart info `|N |`Tag information`
|
||||
|`smart reader `|N |`Act like an IS07816 reader`
|
||||
|`smart raw `|N |`Send raw hex data to tag`
|
||||
|`smart upgrade `|Y |`Upgrade sim module firmware`
|
||||
|`smart setclock `|N |`Set clock speed`
|
||||
|`smart brute `|N |`Bruteforce SFI`
|
||||
|
||||
|
||||
### script
|
||||
|
|
Loading…
Reference in a new issue