mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
517fa271cd
commit
a23812ef59
1 changed files with 19 additions and 16 deletions
|
@ -652,7 +652,7 @@ pm3 --> mem load -f iclass_default_keys --iclass
|
||||||
|
|
||||||
Upgrade Sim Module firmware
|
Upgrade Sim Module firmware
|
||||||
```
|
```
|
||||||
pm3 --> smart upgrade f ../tools/simmodule/sim011.bin
|
pm3 --> smart upgrade -f sim011.bin
|
||||||
```
|
```
|
||||||
|
|
||||||
## Smart Card
|
## Smart Card
|
||||||
|
@ -668,38 +668,41 @@ Act like an IS07816 reader
|
||||||
pm3 --> smart reader
|
pm3 --> smart reader
|
||||||
```
|
```
|
||||||
|
|
||||||
Set clock speed
|
Set clock speed for smart card interface
|
||||||
```
|
```
|
||||||
Options
|
Options
|
||||||
---
|
---
|
||||||
c <speed> : clockspeed (0 = 16MHz, 1=8MHz, 2=4MHz)
|
--16mhz 16 MHz clock speed
|
||||||
|
--8mhz 8 MHz clock speed
|
||||||
|
--4mhz 4 MHz clock speed
|
||||||
|
|
||||||
pm3 --> smart setclock c 2
|
|
||||||
|
pm3 --> smart setclock --8mhz
|
||||||
```
|
```
|
||||||
|
|
||||||
Send raw hex data
|
Send raw hex data
|
||||||
```
|
```
|
||||||
Options
|
Options
|
||||||
---
|
---
|
||||||
r : do not read response
|
-r do not read response
|
||||||
a : active smartcard without select (reset smart module)
|
-a active smartcard without select (reset sc module)
|
||||||
s : active smartcard with select (get ATR)
|
-s active smartcard with select (get ATR)
|
||||||
t : executes TLV decoder if it possible
|
-t, --tlv executes TLV decoder if it possible
|
||||||
0 : use protocol T=0
|
-0 use protocol T=0
|
||||||
d <bytes> : bytes to send
|
-d, --data <hex> bytes to send
|
||||||
|
|
||||||
pm3 --> smart raw s 0 d 00a404000e315041592e5359532e4444463031 : 1PAY.SYS.DDF01 PPSE directory with get ATR
|
pm3 --> smart raw -s -0 -d 00a404000e315041592e5359532e4444463031
|
||||||
pm3 --> smart raw 0 d 00a404000e325041592e5359532e4444463031 : 2PAY.SYS.DDF01 PPSE directory
|
pm3 --> smart raw -0 -d 00a404000e325041592e5359532e4444463031
|
||||||
pm3 --> smart raw 0 t d 00a4040007a0000000041010 : Mastercard
|
pm3 --> smart raw -0 -t -d 00a4040007a0000000041010
|
||||||
pm3 --> smart raw 0 t d 00a4040007a0000000031010 : Visa
|
pm3 --> smart raw -0 -t -d 00a4040007a0000000031010
|
||||||
````
|
````
|
||||||
|
|
||||||
Bruteforce SPI
|
Bruteforce SPI
|
||||||
```
|
```
|
||||||
Options
|
Options
|
||||||
---
|
---
|
||||||
t : executes TLV decoder if it possible
|
-t, --tlv executes TLV decoder if it possible
|
||||||
|
|
||||||
pm3 --> smart brute
|
pm3 --> smart brute
|
||||||
pm3 --> smart brute t
|
pm3 --> smart brute --tlv
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue