mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 03:43:23 +08:00
text
This commit is contained in:
parent
90cbfbf0fc
commit
11991976de
2 changed files with 2 additions and 3 deletions
|
@ -338,8 +338,8 @@ static int smart_response(uint8_t *data) {
|
|||
|
||||
static int CmdSmartRaw(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "smart brute",
|
||||
"Tries to bruteforce SFI, using a known list of AID's",
|
||||
CLIParserInit(&ctx, "smart raw",
|
||||
"Sends raw bytes to card",
|
||||
"smart raw -s -0 -d 00a404000e315041592e5359532e4444463031 -> `1PAY.SYS.DDF01` PPSE directory with get ATR\n"
|
||||
"smart raw -0 -d 00a404000e325041592e5359532e4444463031 -> `2PAY.SYS.DDF01` PPSE directory\n"
|
||||
"smart raw -0 -t -d 00a4040007a0000000041010 -> Mastercard\n"
|
||||
|
|
|
@ -141,5 +141,4 @@ lf t55xx recoverpw
|
|||
lf t55xx sniff
|
||||
lf t55xx special
|
||||
lf t55xx wipe
|
||||
smart raw
|
||||
script run
|
||||
|
|
Loading…
Reference in a new issue