0% found this document useful (0 votes)
266 views

proxmark3_doc_commands.md at master · RfidResearchGroup_proxmark3 · GitHub

The document provides a comprehensive list of commands available for the Proxmark3 device, categorized into sections such as 'prefs', 'analyse', 'data', 'emv', and various RFID standards. Each command includes its availability status (offline or online) and a brief description of its function. Users can utilize these commands for tasks like analyzing data, managing preferences, and interacting with different RFID protocols.

Uploaded by

Tos34 mtd
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
266 views

proxmark3_doc_commands.md at master · RfidResearchGroup_proxmark3 · GitHub

The document provides a comprehensive list of commands available for the Proxmark3 device, categorized into sections such as 'prefs', 'analyse', 'data', 'emv', and various RFID standards. Each command includes its availability status (offline or online) and a brief description of its function. Users can utilize these commands for tasks like analyzing data, managing preferences, and interacting with different RFID protocols.

Uploaded by

Tos34 mtd
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 61

RfidResearchGroup / proxmark3 Public

Code Issues 77

master proxmark3 / doc / commands.md

iceman1001 style 3205889 · last week

1551 lines (1191 loc) · 68.4 KB

Proxmark3 command dump


Some commands are available only if a Proxmark3 is actually connected.

Check column "offline" for their availability.

command offline description

help
Y Use help for details of a command

auto Automated detection process for


N
unknown tags

clear
Y Clear screen

hints
Y Turn hints on / off

msleep
Y Add a pause in milliseconds

rem
Y Add a text line in log file

quit
Y ``

exit
Y Exit program
prefs

{ Edit client/device preferences... }

command offline description

prefs help Y This help

prefs show Y Show all preferences

prefs get

{ Get a preference }

command offline description

prefs get barmode Y Get bar mode preference

prefs get client.debug Y Get client debug level preference

Get client execution delay


prefs get client.delay Y
preference

prefs get Get client execution delay


Y
client.timeout preference

prefs get color Y Get color support preference

prefs get savepaths Y Get file folder

prefs get emoji Y Get emoji display preference

prefs get hints Y Get hint display preference

prefs get output Y Get dump output style preference

prefs get plotsliders Y Get plot slider display preference

prefs set

{ Set a preference }

command offline description

prefs set help Y This help

prefs set barmode Y Set bar mode

prefs set client.debug Y Set client debug level

prefs set client.delay Y Set client execution delay


command offline description

prefs set client.timeout Y Set client communication timeout

prefs set color Y Set color support

prefs set emoji Y Set emoji display

prefs set hints Y Set hint display

prefs set savepaths Y ... to be adjusted next ...

prefs set output Y Set dump output style

prefs set plotsliders Y Set plot slider display

analyse

{ Analyse utils... }

command offline description

analyse help
Y This help

analyse lcr
Y Generate final byte for XOR LRC

analyse crc
Y Stub method for CRC evaluations

analyse chksum Checksum with adding, masking and


Y
one's complement

analyse dates Look for datestamps in a given array


Y
of bytes

analyse lfsr
Y LFSR tests

analyse a
Y num bits test

analyse nuid
Y create NUID from 7byte UID

analyse demodbuff
Y Load binary string to DemodBuffer

analyse freq Y Calc wave lengths


command offline description

analyse foo
Y muxer

analyse units
Y convert ETU <> US <> SSP_CLK (3.39MHz)

data

{ Plot window / data buffer manipulation... }

command offline description

data help
Y This help

data clear Clears various buffers used by the


Y
graph window

data hide
Y Hide the graph window

data load Load contents of file into graph


Y
window

data num
Y Converts dec/hex/bin

data plot
Y Show the graph window

data print
Y Print the data in the DemodBuffer

data save
Y Save signal trace data

data setdebugmode
Y Set Debugging Level on client side

data xor
Y Xor a input string

data Biphase decode bin stream in


Y
biphaserawdecode DemodBuffer
command offline description

data detectclock Detect ASK, FSK, NRZ, PSK clock rate


Y
of wave in GraphBuffer

data fsktonrz Convert fsk2 to nrz wave for alternate


Y
fsk demodulating (for weak fsk)

data manrawdecode Manchester decode binary stream in


Y
DemodBuffer

data modulation Identify LF signal for clock and


Y
modulation

data rawdemod Demodulate the data in the GraphBuffer


Y
and output binary

data askedgedetect
Y Adjust Graph for manual ASK demod

data autocorr
Y Autocorrelation over window

data Convert GraphBuffer's 0/1 values to


Y
convertbitstream 127 / -127

data cthreshold
Y Average out all values between

data dirthreshold Max rising higher up-thres/ Min


Y
falling lower down-thres

data decimate
Y Decimate samples

data envelope
Y Generate square envelope of samples

data grid
Y overlay grid on graph window

data getbitstream Convert GraphBuffer's >=1 values to 1


Y
and <1 to 0

data hpf
Y Remove DC offset from trace

data iir Apply IIR buttersworth filter on plot


Y
data
command offline description

data ltrim
Y Trim samples from left of trace

data mtrim Trim out samples from the specified


Y
start to the specified stop

data norm
Y Normalize max/min to +/-128

data rtrim
Y Trim samples from right of trace

data
Y Set the markers in the graph window
setgraphmarkers

data Shift 0 for Graphed wave + or - shift


Y
shiftgraphzero value

data timescale
Y Set cursor display timescale

data undecimate
Y Un-decimate samples

data zerocrossings
Y Count time between zero-crossings

data asn1
Y ASN1 decoder

data atr
Y ATR lookup

data bitsamples
N Get raw samples as bitstring

data bmap Convert hex value according a binary


Y
template

data crypto
Y Encrypt and decrypt data

data diff
Y Diff of input files

data hexsamples
N Dump big buffer as hex bytes
command offline description

data samples Get raw samples for graph window (


N
GraphBuffer )

data test_ss8 Test the implementation of Buffer Save


N
States (8-bit buffer)

data test_ss32 Test the implementation of Buffer Save


N
States (32-bit buffer)

data test_ss32s Test the implementation of Buffer Save


N
States (32-bit signed buffer)

emv

{ EMV ISO-14443 / ISO-7816... }

command offline description

emv help
Y This help

emv list
Y List ISO7816 history

emv test
Y Crypto logic selftest

emv challenge
N Generate challenge

emv exec
N Executes EMV contactless transaction

emv genac
N Generate ApplicationCryptogram

emv gpo
N Execute GetProcessingOptions

emv intauth
N Internal authentication

emv pse Execute PPSE. It selects 2PAY.SYS.DDF01 or


N
1PAY.SYS.DDF01 directory

emv reader
N Act like an EMV reader
command offline description

emv readrec
N Read files from card

emv roca
N Extract public keys and run ROCA test

emv scan Scan EMV card and save it contents to json


N
file for emulator

emv search Try to select all applets from applets


N
list and print installed applets

emv select
N Select applet

hf

{ High frequency commands... }

command offline description

hf help
Y This help

hf list
Y List protocol data in trace buffer

hf plot
N Plot signal

hf tune Continuously measure HF antenna


N
tuning

hf search
Y Search for known HF tags

hf sniff
N Generic HF Sniff

hf 14a

{ ISO14443A RFIDs... }
command offline description

hf 14a help
Y This help

hf 14a list
Y List ISO 14443-a history

hf 14a antifuzz Fuzzing the anticollision phase.


N
Warning! Readers may react strange

hf 14a config
N Configure 14a settings (use with caution)

hf 14a cuids
N Collect n>0 ISO14443-a UIDs in one go

hf 14a info
N Tag information

hf 14a sim
N Simulate ISO 14443-a tag

hf 14a sniff
N sniff ISO 14443-a traffic

hf 14a raw
N Send raw hex data to tag

hf 14a reader
N Act like an ISO14443-a reader

hf 14a apdu
N Send ISO 14443-4 APDU to tag

hf 14a apdufind
N Enumerate APDUs - CLA/INS/P1P2

hf 14a chaining
N Control ISO 14443-4 input chaining

hf 14a
N Format ISO 14443-A as NFC Type 4 tag
ndefformat

hf 14a ndefread Read an NDEF file from ISO 14443-A Type


N
4 tag

hf 14a ndefwrite
N Write NDEF records to ISO 14443-A tag
hf 14b

{ ISO14443B RFIDs... }

command offline description

hf 14b help
Y This help

hf 14b list
Y List ISO-14443-B history

hf 14b apdu
N Send ISO 14443-4 APDU to tag

hf 14b dump Read all memory pages of an ISO-14443-B


N
tag, save to file

hf 14b info
N Tag information

hf 14b ndefread
N Read NDEF file on tag

hf 14b raw
N Send raw hex data to tag

hf 14b rdbl
N Read SRI512/SRIX4 block

hf 14b reader Act as a ISO-14443-B reader to identify


N
a tag

hf 14b restore Restore from file to all memory pages of


N
an ISO-14443-B tag

hf 14b sim
N Fake ISO ISO-14443-B tag

hf 14b sniff
N Eavesdrop ISO-14443-B

hf 14b wrbl
N Write data to a SRI512/SRIX4 tag

hf 14b view
Y Display content from tag dump file

hf 14b valid
Y SRIX4 checksum test
command offline description

hf 14b calypso
N Read contents of a Calypso card

hf 14b mobib
N Read contents of a Mobib card

hf 15

{ ISO15693 RFIDs... }

command offline description

hf 15 help
Y This help

hf 15 list
Y List ISO-15693 history

hf 15 demod
Y Demodulate ISO-15693 from tag

hf 15 dump Read all memory pages of an ISO-


N
15693 tag, save to file

hf 15 info
N Tag information

hf 15 sniff
N Sniff ISO-15693 traffic

hf 15 raw
N Send raw hex data to tag

hf 15 rdbl
N Read a block

hf 15 rdmulti
N Reads multiple blocks

hf 15 reader
N Act like an ISO-15693 reader

hf 15 restore Restore from file to all memory


N
pages of an ISO-15693 tag

hf 15 samples Acquire samples as reader (enables


N
carrier, sends inquiry)
command offline description

hf 15 view
Y Display content from tag dump file

hf 15 wipe
N Wipe card to zeros

hf 15 wrbl
N Write a block

hf 15 sim
N Fake an ISO-15693 tag

hf 15 eload
N Upload file into emulator memory

hf 15 esave
N Save emulator memory to file

hf 15 eview
N View emulator memory

hf 15 slixwritepwd Writes a password on a SLIX ISO-


N
15693 tag

hf 15 slixeasdisable Disable EAS mode on SLIX ISO-15693


N
tag

hf 15 slixeasenable Enable EAS mode on SLIX ISO-15693


N
tag

hf 15 Disable privacy mode on SLIX ISO-


N
slixprivacydisable 15693 tag

hf 15 Enable privacy mode on SLIX ISO-


N
slixprivacyenable 15693 tag

hf 15 passprotectafi Password protect AFI - Cannot be


N
undone

hf 15 passprotecteas Password protect EAS - Cannot be


N
undone

hf 15 findafi
N Brute force AFI of an ISO-15693 tag

hf 15 writeafi
N Writes the AFI on an ISO-15693 tag
command offline description

hf 15 writedsfid
N Writes the DSFID on an ISO-15693 tag

hf 15 csetuid
N Set UID for magic card

hf cipurse

{ Cipurse transport Cards... }

command offline description

hf cipurse help
Y This help.

hf cipurse info
N Get info about CIPURSE tag

hf cipurse select
N Select CIPURSE application or file

hf cipurse auth
N Authenticate CIPURSE tag

hf cipurse read
N Read binary file

hf cipurse write
N Write binary file

hf cipurse aread
N Read file attributes

hf cipurse awrite
N Write file attributes

hf cipurse
N Erase all the data from chip
formatall

hf cipurse create Create file, application, key via DGI


N
record

hf cipurse delete
N Delete file

hf cipurse updkey
N Update key
command offline description

hf cipurse
N Update key attributes
updakey

hf cipurse Set default key and file id for all the


N
default other commands

hf cipurse test
Y Regression tests

hf epa

{ German Identification Card... }

command offline description

hf epa help
Y This help

hf epa cnonces Acquire encrypted PACE nonces of


N
specific size

hf epa replay Perform PACE protocol by replaying


N
given APDUs

hf epa sim
N Simulate PACE protocol

hf emrtd

{ Machine Readable Travel Document... }

command offline description

hf emrtd help Y This help

hf emrtd dump N Dump eMRTD files to binary files

hf emrtd info Y Display info about an eMRTD

hf emrtd list Y List ISO 14443A/7816 history

hf felica

{ ISO18092 / FeliCa RFIDs... }


command offline description

hf felica help
Y This help

hf felica list
Y List ISO 18092/FeliCa history

hf felica info
N Tag information

hf felica raw
N Send raw hex data to tag

hf felica rdbl read block data from authentication-not-


N
required Service.

hf felica
N Act like an ISO18092/FeliCa reader
reader

hf felica sniff
N Sniff ISO 18092/FeliCa traffic

hf felica wrbl write block data to an authentication-not-


N
required Service.

hf felica verify the existence of Area and Service,


N
rqservice and to acquire Key Version.

hf felica verify the existence of a card and its


N
rqresponse Mode.

hf felica
N acquire Area Code and Service Code.
scsvcode

hf felica acquire System Code registered to the


N
rqsyscode card.

hf felica auth1 authenticate a card. Start mutual


N
authentication with Auth1

allow a card to authenticate a


hf felica auth2
N Reader/Writer. Complete mutual
authentication

hf felica
N acquire the version of card OS.
rqspecver

hf felica
N reset Mode to Mode 0.
resetmode
command offline description

hf felica
N Emulating ISO/18092 FeliCa Lite tag
litesim

hf felica
N Wait for and try dumping FelicaLite
litedump

hf fido

{ FIDO and FIDO2 authenticators... }

command offline description

hf fido help Y This help.

hf fido list Y List ISO 14443A history

hf fido info N Info about FIDO tag.

hf fido reg N FIDO U2F Registration Message.

hf fido auth N FIDO U2F Authentication Message.

hf fido make N FIDO2 MakeCredential command.

hf fido assert N FIDO2 GetAssertion command.

hf fudan

{ Fudan RFIDs... }

command offline description

hf fudan help Y This help

hf fudan reader N Act like a fudan reader

hf fudan dump N Dump FUDAN tag to binary file

hf fudan rdbl N Read a fudan tag

hf fudan view Y Display content from tag dump file

hf fudan wrbl N Write a fudan tag

hf gallagher

{ Gallagher DESFire RFIDs... }


command offline description

hf gallagher help
Y This help

hf gallagher reader Read & decode all Gallagher


N
credentials on a DESFire card

hf gallagher clone Add Gallagher credentials to a DESFire


N
card

hf gallagher delete Delete Gallagher credentials from a


N
DESFire card

hf gallagher
Y Diversify Gallagher key
diversifykey

hf gallagher decode
Y Decode Gallagher credential block

hf iclass

{ ICLASS RFIDs... }

command offline description

hf iclass help
Y This help

hf iclass list
Y List iclass history

hf iclass dump
N Dump Picopass / iCLASS tag to file

hf iclass info
N Tag information

hf iclass rdbl
N Read Picopass / iCLASS block

hf iclass reader
N Act like a Picopass / iCLASS reader

hf iclass restore Restore a dump file onto a Picopass /


N
iCLASS tag

hf iclass sniff Eavesdrop Picopass / iCLASS


N
communication
command offline description

hf iclass view
Y Display content from tag dump file

hf iclass wrbl
N Write Picopass / iCLASS block

hf iclass
N Credit epurse value
creditepurse

hf iclass chk
N Check keys

hf iclass loclass Use loclass to perform bruteforce


Y
reader attack

hf iclass lookup Uses authentication trace to check for


Y
key in dictionary file

hf iclass legrec Attempts to recover the standard key of


N
a legacy card

hf iclass Bruteforces 40 bits of a partial raw


Y
legbrute key

hf iclass sim
N Simulate iCLASS tag

hf iclass eload
N Upload file into emulator memory

hf iclass esave
N Save emulator memory to file

hf iclass esetblk
N Set emulator memory block data

hf iclass eview
N View emulator memory

hf iclass
N Reader configuration card
configcard

hf iclass Calc diversified keys (blocks 3 & 4) to


Y
calcnewkey write new keys

hf iclass encode
Y Encode binary wiegand to block 7
command offline description

hf iclass encrypt
Y Encrypt given block data

hf iclass decrypt Decrypt given block data or tag dump


Y
file

hf iclass
Y Manage keys to use with iclass commands
managekeys

hf iclass Permute function from 'heart of


Y
permutekey darkness' paper

hf iclass sam
N SAM tests

hf ict

{ ICT MFC/DESfire RFIDs... }

command offline description

hf ict help Y This help

hf ict credential N Read ICT credential and decode

hf ict info N Tag information

hf ict list Y List ICT history

hf ict reader Y Act like an IS14443-a reader

hf jooki

{ Jooki RFIDs... }

command offline description

hf jooki help Y This help

hf jooki clone N Write a Jooki token

hf jooki decode Y Decode Jooki token

hf jooki encode Y Encode Jooki token

hf jooki sim N Simulate Jooki token


hf ksx6924

{ KS X 6924 (T-Money, Snapper+) RFIDs }

command offline description

hf ksx6924 help
Y This help

hf ksx6924
N Select application, and leave field up
select

hf ksx6924 info Get info about a KS X 6924 (T-Money,


N
Snapper+) transit card

hf ksx6924
N Get current purse balance
balance

hf ksx6924 init Perform transaction initialization with


N
Mpda

hf ksx6924 prec Send proprietary get record command


N
(CLA=90, INS=4C)

hf legic

{ LEGIC RFIDs... }

command offline description

hf legic help
Y This help

hf legic dump
N Dump LEGIC Prime tag to binary file

hf legic info Display deobfuscated and decoded LEGIC


N
Prime tag data

hf legic list
Y List LEGIC history

hf legic rdbl
N Read bytes from a LEGIC Prime tag

hf legic reader
N LEGIC Prime Reader UID and tag info
command offline description

hf legic restore Restore a dump file onto a LEGIC Prime


N
tag

hf legic wipe
N Wipe a LEGIC Prime tag

hf legic wrbl
N Write data to a LEGIC Prime tag

hf legic sim
N Start tag simulator

hf legic eload
N Upload file into emulator memory

hf legic esave
N Save emulator memory to file

hf legic eview
N View emulator memory

hf legic einfo Display deobfuscated and decoded


N
emulator memory

hf legic crc
Y Calculate Legic CRC over given bytes

hf legic view Display deobfuscated and decoded content


Y
from tag dump file

hf lto

{ LTO Cartridge Memory RFIDs... }

command offline description

hf lto help Y This help

hf lto dump N Dump LTO-CM tag to file

hf lto info N Tag information

hf lto list Y List LTO-CM history

hf lto rdbl N Read block

hf lto reader N Act like a LTO-CM reader


command offline description

hf lto restore N Restore dump file to LTO-CM tag

hf lto wrbl N Write block

hf mf

{ MIFARE RFIDs... }

command offline description

hf mf help
Y This help

hf mf list
Y List MIFARE history

hf mf info
N mfc card Info

hf mf isen
N mfc card Info Static Encrypted Nonces

hf mf darkside
N Darkside attack

hf mf nested
N Nested attack

hf mf hardnested Nested attack for hardened MIFARE


Y
Classic cards

hf mf staticnested Nested attack against static nonce


N
MIFARE Classic cards

hf mf brute Smart bruteforce to exploit weak key


N
generators

hf mf autopwn Automatic key recovery tool for MIFARE


N
Classic

hf mf nack
N Test for MIFARE NACK bug

hf mf chk
N Check keys

hf mf fchk N Check keys fast, targets all keys on


command offline description

card

hf mf decrypt Decrypt Crypto1 data from sniff or


Y
trace

hf mf supercard
N Extract info from a super card``

hf mf auth4
N ISO14443-4 AES authentication

hf mf acl Decode and print MIFARE Classic access


Y
rights bytes

hf mf dump
N Dump MIFARE Classic tag to binary file

hf mf mad
Y Checks and prints MAD

hf mf personalize Personalize UID (MIFARE Classic EV1


N
only)

hf mf rdbl
N Read MIFARE Classic block

hf mf rdsc
N Read MIFARE Classic sector

hf mf restore Restore MIFARE Classic binary file to


N
tag

hf mf setmod Set MIFARE Classic EV1 load modulation


N
strength

hf mf value
Y Value blocks

hf mf view
Y Display content from tag dump file

hf mf wipe
N Wipe card to zeros and default keys/acc

hf mf wrbl
N Write MIFARE Classic block

hf mf sim
N Simulate MIFARE card
command offline description

hf mf ecfill Fill emulator memory with help of keys


N
from emulator

hf mf eclr
N Clear emulator memory

hf mf egetblk
N Get emulator memory block

hf mf egetsc
N Get emulator memory sector

hf mf ekeyprn
N Print keys from emulator memory

hf mf eload
N Upload file into emulator memory

hf mf esave
N Save emulator memory to file

hf mf esetblk
N Set emulator memory block

hf mf eview
N View emulator memory

hf mf cgetblk
N Read block from card

hf mf cgetsc
N Read sector from card

hf mf cload
N Load dump to card

hf mf csave Save dump from card into file or


N
emulator

hf mf csetblk
N Write block to card

hf mf csetuid
N Set UID on card

hf mf cview
N View card
command offline description

hf mf cwipe
N Wipe card to default UID/Sectors/Keys

hf mf gen3uid Set UID without changing manufacturer


N
block

hf mf gen3blk
N Overwrite manufacturer block

hf mf gen3freeze
N Perma lock UID changes. irreversible

hf mf ginfo
N Info about configuration of the card

hf mf ggetblk
N Read block from card

hf mf gload
N Load dump to card

hf mf gsave Save dump from card into file or


N
emulator

hf mf gsetblk
N Write block to card

hf mf gview
N View card

hf mf gchpwd
N Change card access password. Warning!

hf mf gdmcfg
N Read config block from card

hf mf gdmsetcfg
N Write config block to card

hf mf gdmparsecfg
Y Parse config block to card

hf mf gdmsetblk
N Write block to card

hf mf ndefformat
N Format MIFARE Classic Tag as NFC Tag
command offline description

hf mf ndefread
N Read and print NDEF records from card

hf mf ndefwrite
N Write NDEF records to card

hf mf encodehid Encode a HID Credential / NDEF record


N
to card

hf mfp

{ MIFARE Plus RFIDs... }

command offline description

hf mfp help
Y This help

hf mfp list
Y List MIFARE Plus history

hf mfp auth
N Authentication

hf mfp chk
N Check keys

hf mfp dump
N Dump MIFARE Plus tag to binary file

hf mfp info
N Info about MIFARE Plus tag

hf mfp mad
N Check and print MAD

hf mfp rdbl
N Read blocks from card

hf mfp rdsc
N Read sectors from card

hf mfp wrbl
N Write block to card

hf mfp chkey
N Change key on card
command offline description

hf mfp chconf
N Change config on card

hf mfp commitp Configure security layer (SL1/SL3


N
mode)

hf mfp initp
N Fill all the card's keys in SL0 mode

hf mfp wrp
N Write Perso command

hf mfp ndefformat
N Format MIFARE Plus Tag as NFC Tag

hf mfp ndefread Read and print NDEF records from


N
card

hf mfp ndefwrite
N Write NDEF records to card

hf mfu

{ MIFARE Ultralight RFIDs... }

command offline description

hf mfu help
Y This help

hf mfu list
Y List MIFARE Ultralight / NTAG history

hf mfu keygen Generate DES/3DES/AES MIFARE


Y
diversified keys

hf mfu pwdgen
Y Generate pwd from known algos

hf mfu otptear
N Tear-off test on OTP bits

hf mfu cauth
N Ultralight-C - Authentication

hf mfu setpwd
N Ultralight-C - Set 3DES key
command offline description

hf mfu dump Dump MIFARE Ultralight family tag to


N
binary file

hf mfu info
N Tag information

hf mfu ndefread
N Prints NDEF records from card

hf mfu rdbl
N Read block

hf mfu restore
N Restore a dump file onto a tag

hf mfu tamper NTAG 213TT - Configure the tamper


N
feature

hf mfu view
Y Display content from tag dump file

hf mfu wipe
N Wipe card to zeros and default key

hf mfu wrbl
N Write block

hf mfu eload
N Upload file into emulator memory

hf mfu esave
N Save emulator memory to file

hf mfu eview
N View emulator memory

hf mfu sim Simulate MIFARE Ultralight from


N
emulator memory

hf mfu setuid
N Set UID - MAGIC tags only

hf mfu amiibo
N Amiibo tag operations

hf mfdes

{ MIFARE Desfire RFIDs... }


command offline description

hf mfdes help
Y This help

hf mfdes list
Y List DESFire (ISO 14443A) history

hf mfdes auth
N MIFARE DesFire Authentication

hf mfdes chk
N Check keys

hf mfdes default
N Set defaults for all the commands

hf mfdes detect Detect key type and tries to find one


N
from the list

hf mfdes
N Format PICC
formatpicc

hf mfdes freemem
N Get free memory size

hf mfdes getuid
N Get uid from card

hf mfdes info
N Tag information

hf mfdes mad
N Prints MAD records / files from the card

hf mfdes
N Set card configuration
setconfig

hf mfdes lsapp
N Show all applications with files list

hf mfdes getaids
N Get Application IDs list

hf mfdes
N Get Applications list
getappnames

hf mfdes bruteaid
N Recover AIDs by bruteforce
command offline description

hf mfdes
N Create Application
createapp

hf mfdes
N Delete Application
deleteapp

hf mfdes
N Select Application ID
selectapp

hf mfdes
N Change Key
changekey

hf mfdes
N Change Key Settings
chkeysettings

hf mfdes
N Get Key Settings
getkeysettings

hf mfdes
N Get Key Versions
getkeyversions

hf mfdes
N Get File IDs list
getfileids

hf mfdes
N Get File ISO IDs list
getfileisoids

hf mfdes lsfiles
N Show all files list

hf mfdes dump
N Dump all files

hf mfdes
N Create Standard/Backup File
createfile

hf mfdes
N Create Value File
createvaluefile

hf mfdes
N Create Linear/Cyclic Record File
createrecordfile

hf mfdes
N Create Transaction MAC File
createmacfile

hf mfdes
N Delete File
deletefile
command offline description

hf mfdes
N Get file settings
getfilesettings

hf mfdes
N Change file settings
chfilesettings

hf mfdes read Read data from


N
standard/backup/record/value/mac file

hf mfdes write Write data to


N
standard/backup/record/value file

hf mfdes value Operations with value file


N
(get/credit/limited credit/debit/clear)

hf mfdes
N Clear record File
clearrecfile

hf mfdes test
Y Regression crypto tests

hf ntag424

{ NXP NTAG 4242 DNA RFIDs... }

command offline description

hf ntag424 help Y This help

hf ntag424 info N Tag information

hf ntag424 view Y Display content from tag dump file

hf ntag424 auth N Test authentication with key

hf ntag424 read N Read file

hf ntag424 write N Write file

hf ntag424 getfs N Get file settings

hf ntag424 changefs N Change file settings

hf ntag424 changekey N Change key

hf seos

{ SEOS RFIDs... }
command offline description

hf seos help Y This help

hf seos info N Tag information

hf seos list Y List SEOS history

hf st25ta

{ ST25TA RFIDs... }

command offline description

hf st25ta help Y This help

hf st25ta info N Tag information

hf st25ta list Y List ISO 14443A/7816 history

hf st25ta ndefread Y read NDEF file on tag

hf st25ta protect N change protection on tag

hf st25ta pwd N change password on tag

hf st25ta sim N Fake ISO 14443A/ST tag

hf tesla

{ TESLA Cards... }

command offline description

hf tesla help Y This help

hf tesla info N Tag information

hf tesla list Y List ISO 14443A/7816 history

hf texkom

{ Texkom RFIDs... }

command offline description

hf texkom help Y This help

hf texkom reader N Act like a Texkom reader


command offline description

hf texkom sim N Simulate a Texkom tag

hf thinfilm

{ Thinfilm RFIDs... }

command offline description

hf thinfilm help
Y This help

hf thinfilm info
N Tag information

hf thinfilm list List NFC Barcode / Thinfilm history -


Y
not correct

hf thinfilm sim
N Fake Thinfilm tag

hf topaz

{ TOPAZ (NFC Type 1) RFIDs... }

command offline description

hf topaz help
Y This help

hf topaz list
Y List Topaz history

hf topaz dump
N Dump TOPAZ family tag to file

hf topaz info
N Tag information

hf topaz raw
N Send raw hex data to tag

hf topaz rdbl
N Read block

hf topaz reader
N Act like a Topaz reader
command offline description

hf topaz sim
N Simulate Topaz tag

hf topaz sniff Sniff Topaz reader-tag


N
communication

hf topaz view
Y Display content from tag dump file

hf topaz wrbl
N Write block

hf vas

{ Apple Value Added Service }

command offline description

hf vas help
Y This help

hf vas reader
N Read and decrypt VAS message

hf vas decrypt Decrypt a previously captured VAS


Y
cryptogram

hf waveshare

{ Waveshare NFC ePaper... }

command offline description

hf waveshare help
Y This help

hf waveshare load Load image file to Waveshare NFC


Y
ePaper

hf xerox

{ Fuji/Xerox cartridge RFIDs... }


command offline description

hf xerox help
Y This help

hf xerox list
Y List ISO-14443B history

hf xerox info
N Short info on Fuji/Xerox tag

hf xerox dump Read all memory pages of an Fuji/Xerox


N
tag, save to file

hf xerox reader
N Act like a Fuji/Xerox reader

hf xerox view
Y Display content from tag dump file

hf xerox rdbl
N Read Fuji/Xerox block

hw

{ Hardware commands... }

command offline description

hw help
Y This help

hw detectreader
N Detect external reader field

hw status Show runtime status information about


N
the connected Proxmark3

hw tearoff Program a tearoff hook for the next


N
command supporting tearoff

hw timeout Set the communication timeout on the


Y
client side

hw version Show version information about the


Y
client and Proxmark3

hw break
N Send break loop usb command
command offline description

hw bootloader
N Reboot into bootloader mode

hw connect
Y Connect to the device via serial port

hw dbg
N Set device side debug level

hw fpgaoff
N Turn off FPGA on device

hw lcd
N Send command/data to LCD

hw lcdreset
N Hardware reset LCD

hw ping
N Test if the Proxmark3 is responsive

hw readmem
N Read from MCU flash

hw reset
N Reset the device

hw setlfdivisor
N Drive LF antenna at 12MHz / (divisor + 1)

hw sethfthresh
N Set thresholds in HF/14a mode

hw setmux
N Set the ADC mux to a specific value

hw standalone
N Start installed standalone mode on device

hw tia Trigger a Timing Interval Acquisition to


N
re-adjust the RealTimeCounter divider

hw tune
N Measure tuning of device antenna

lf

{ Low frequency commands... }


command offline description

lf help
Y This help

lf config Get/Set config for LF sampling,


N
bit/sample, decimation, frequency

lf cmdread Modulate LF reader field to send command


N
before read

lf read
N Read LF tag

lf search
Y Read and Search for valid known tag

lf sim
N Simulate LF tag from buffer

lf simask
N Simulate ASK tag

lf simfsk
N Simulate FSK tag

lf simpsk
N Simulate PSK tag

lf simbidir Simulate LF tag (with bidirectional data


N
transmission between reader and tag)

lf sniff
N Sniff LF traffic between reader and tag

lf tune
N Continuously measure LF antenna tuning

lf awid

{ AWID RFIDs... }

command offline description

lf awid help
Y this help

lf awid brute
N bruteforce card number against reader
command offline description

lf awid clone clone AWID tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf awid demod demodulate an AWID FSK tag from the


Y
GraphBuffer

lf awid reader
N attempt to read and extract tag data

lf awid sim
N simulate AWID tag

lf awid brute
N bruteforce card number against reader

lf awid watch continuously watch for cards. Reader


N
mode

lf cotag

{ COTAG CHIPs... }

command offline description

lf cotag help
Y This help

lf cotag demod
Y demodulate an COTAG tag

lf cotag reader attempt to read and extract tag


N
data

lf destron

{ FDX-A Destron RFIDs... }

command offline description

lf destron help
Y This help

lf destron demod demodulate an Destron tag from the


Y
GraphBuffer
command offline description

lf destron reader
N attempt to read and extract tag data

lf destron clone clone Destron tag to T55x7, Q5/T5555


N
or EM4305/4469

lf destron sim
N simulate Destron tag

lf em

{ EM CHIPs & RFIDs... }

command offline description

lf em help Y This help

lf em 410x

{ EM 4102 commands... }

command offline description

lf em 410x help
Y This help

lf em 410x demod demodulate a EM410x tag from the


Y
GraphBuffer

lf em 410x reader
N attempt to read and extract tag data

lf em 410x sim
N simulate EM410x tag

lf em 410x brute reader bruteforce attack by simulating


N
EM410x tags

lf em 410x watch
N watches for EM410x 125/134 kHz tags

lf em 410x spoof watches for EM410x 125/134 kHz tags,


N
and replays them

lf em 410x clone clone EM410x Tag ID to T55x7, Q5/T5555


N
or EM4305/4469
lf em 4x05

{ EM 4205 / 4305 / 4369 / 4469 commands... }

command offline description

lf em 4x05 help
Y This help

lf em 4x05
N Shows the available clone commands
clonehelp

lf em 4x05 brute
N Bruteforce password

lf em 4x05 chk
N Check passwords

lf em 4x05 config
Y Create common configuration words

lf em 4x05 demod Demodulate a EM4x05/EM4x69 tag from the


Y
GraphBuffer

lf em 4x05 dump
N Dump EM4x05/EM4x69 tag

lf em 4x05 info
N Tag information

lf em 4x05 read
N Read word data from EM4x05/EM4x69

lf em 4x05 sniff Attempt to recover em4x05 commands from


Y
sample buffer

lf em 4x05 unlock
N Execute tear off against EM4x05/EM4x69

lf em 4x05 view
Y Display content from tag dump file

lf em 4x05 wipe
N Wipe EM4x05/EM4x69 tag

lf em 4x05 write
N Write word data to EM4x05/EM4x69

lf em 4x50
{ EM 4350 / 4450 commands... }

command offline description

lf em 4x50 help Y This help

lf em 4x50 brute N Bruteforce attack to find password

lf em 4x50 chk N Check passwords

lf em 4x50 dump N Dump EM4x50 tag

lf em 4x50 info N Tag information

lf em 4x50 login N Login into EM4x50 tag

lf em 4x50 rdbl N Read EM4x50 word data

lf em 4x50 reader N Show standard read mode data

lf em 4x50 restore N Restore EM4x50 dump to tag

lf em 4x50 view Y Display content from tag dump file

lf em 4x50 wipe N Wipe EM4x50 tag

lf em 4x50 wrbl N Write EM4x50 word data

lf em 4x50 wrpwd N Change EM4x50 password

lf em 4x50 eload N Upload file into emulator memory

lf em 4x50 esave N Save emulator memory to file

lf em 4x50 eview N View emulator memory

lf em 4x50 sim N Simulate EM4x50 tag

lf em 4x70

{ EM 4070 / 4170 commands... }

command offline description

lf em 4x70 help
Y This help

lf em 4x70 brute Bruteforce EM4X70 to find partial


N
key

lf em 4x70 info
N Tag information EM4x70
command offline description

lf em 4x70 write
N Write EM4x70

lf em 4x70 unlock
N Unlock EM4x70 for writing

lf em 4x70 auth
N Authenticate EM4x70

lf em 4x70 setpin
N Write PIN

lf em 4x70 setkey
N Write key

lf em 4x70 calc Calculate EM4x70 challenge and


Y
response

lf em 4x70 recover Recover remaining key from partial


Y
key

lf em 4x70
N Recover entire key from writable tag
autorecover

lf fdxb

{ FDX-B RFIDs... }

command offline description

lf fdxb help
Y this help

lf fdxb demod demodulate a FDX-B ISO11784/85 tag from


Y
the GraphBuffer

lf fdxb reader attempt to read at 134kHz and extract


N
tag data

lf fdxb clone clone animal ID tag to T55x7, Q5/T5555


N
or EM4305/4469

lf fdxb sim
N simulate Animal ID tag

lf gallagher
{ GALLAGHER RFIDs... }

command offline description

lf gallagher help
Y This help

lf gallagher demod demodulate an GALLAGHER tag from the


Y
GraphBuffer

lf gallagher
N attempt to read and extract tag data
reader

lf gallagher clone clone GALLAGHER tag to T55x7, Q5/T5555


N
or EM4305/4469

lf gallagher sim
N simulate GALLAGHER tag

lf gproxii

{ Guardall Prox II RFIDs... }

command offline description

lf gproxii help
Y this help

lf gproxii demod demodulate a G Prox II tag from the


Y
GraphBuffer

lf gproxii reader
N attempt to read and extract tag data

lf gproxii clone clone Guardall tag to T55x7 or


N
Q5/T5555

lf gproxii sim
N simulate Guardall tag

lf hid

{ HID Prox RFIDs... }

command offline description

lf hid help
Y this help
command offline description

lf hid demod demodulate HID Prox tag from the


Y
GraphBuffer

lf hid reader
N attempt to read and extract tag data

lf hid clone clone HID tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf hid sim
N simulate HID tag

lf hid brute bruteforce facility code or card number


N
against reader

lf hid watch continuously watch for cards. Reader


N
mode

lf hitag

{ Hitag CHIPs... }

command offline description

lf hitag help
Y This help

lf hitag list
Y List Hitag trace history

lf hitag info
N Hitag 2 tag information

lf hitag reader
N Act like a Hitag 2 reader

lf hitag test
Y Perform self tests

lf hitag dump
N Dump Hitag 2 tag

lf hitag read
N Read Hitag memory

lf hitag sniff
N Eavesdrop Hitag communication
command offline description

lf hitag view
Y Display content from tag dump file

lf hitag wrbl
N Write a block (page) in Hitag memory

lf hitag eload
N Upload file into emulator memory

lf hitag eview
N View emulator memory

lf hitag sim
N Simulate Hitag transponder

lf hitag cc
N Hitag S: test all provided challenges

lf hitag crack2
N Recover 2048bits of crypto stream

lf hitag chk
N Check keys

lf hitag lookup Uses authentication trace to check for


Y
key in dictionary file

lf hitag ta Hitag 2: test all recorded


N
authentications

lf hitag hts

{ Hitag S/8211 operations }

command offline description

lf hitag hts help Y This help

lf hitag hts list Y List Hitag S trace history

lf hitag hts reader N Act like a Hitag S reader

lf hitag hts rdbl N Read Hitag S memory

lf hitag hts wrbl N Write Hitag S page

lf idteck
{ Idteck RFIDs... }

command offline description

lf idteck help
Y This help

lf idteck demod demodulate an Idteck tag from the


Y
GraphBuffer

lf idteck reader
N attempt to read and extract tag data

lf idteck clone
N clone Idteck tag to T55x7 or Q5/T5555

lf idteck sim
N simulate Idteck tag

lf indala

{ Indala RFIDs... }

command offline description

lf indala help
Y This help

lf indala Demodulate an Indala tag (PSK1) from the


N
brute GraphBuffer

lf indala Demodulate an Indala tag (PSK1) from the


Y
demod GraphBuffer

Alternative method to demodulate samples


lf indala
Y for Indala 64 bit UID (option '224' for 224
altdemod
bit)

lf indala
N Read an Indala tag from the antenna
reader

lf indala
N Clone Indala tag to T55x7 or Q5/T5555
clone

lf indala sim
N Simulate Indala tag

lf io
{ ioProx RFIDs... }

command offline description

lf io help
Y this help

lf io demod demodulate an ioProx tag from the


Y
GraphBuffer

lf io reader
N attempt to read and extract tag data

lf io clone
N clone ioProx tag to T55x7 or Q5/T5555

lf io sim
N simulate ioProx tag

lf io watch continuously watch for cards. Reader


N
mode

lf jablotron

{ Jablotron RFIDs... }

command offline description

lf jablotron help
Y This help

lf jablotron demod demodulate an Jablotron tag from the


Y
GraphBuffer

lf jablotron
N attempt to read and extract tag data
reader

lf jablotron clone clone jablotron tag to T55x7, Q5/T5555


N
or EM4305/4469

lf jablotron sim
N simulate jablotron tag

lf keri

{ KERI RFIDs... }
command offline description

lf keri help
Y This help

lf keri demod demodulate an KERI tag from the


Y
GraphBuffer

lf keri reader
N attempt to read and extract tag data

lf keri clone clone KERI tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf keri sim
N simulate KERI tag

lf motorola

{ Motorola Flexpass RFIDs... }

command offline description

lf motorola help
Y This help

lf motorola demod demodulate an MOTOROLA tag from the


Y
GraphBuffer

lf motorola reader
N attempt to read and extract tag data
master proxmark3 / doc / commands.md Top

lf motorola clone
Preview Code Blame N clone MOTOROLA tag to T55x7 Raw

lf motorola sim
N simulate MOTOROLA tag

lf nedap

{ Nedap RFIDs... }

command offline description

lf nedap help
Y This help
command offline description

lf nedap demod demodulate Nedap tag from the


Y
GraphBuffer

lf nedap reader
N attempt to read and extract tag data

lf nedap clone clone Nedap tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf nedap sim
N simulate Nedap tag

lf nexwatch

{ NexWatch RFIDs... }

command offline description

lf nexwatch help
Y This help

lf nexwatch demodulate a NexWatch tag (nexkey,


Y
demod quadrakey) from the GraphBuffer

lf nexwatch
N attempt to read and extract tag data
reader

lf nexwatch clone NexWatch tag to T55x7, Q5/T5555 or


N
clone EM4305/4469

lf nexwatch sim
N simulate NexWatch tag

lf noralsy

{ Noralsy RFIDs... }

command offline description

lf noralsy help
Y This help

lf noralsy demod demodulate an Noralsy tag from the


Y
GraphBuffer
command offline description

lf noralsy reader
N attempt to read and extract tag data

lf noralsy clone clone Noralsy tag to T55x7, Q5/T5555


N
or EM4305/4469

lf noralsy sim
N simulate Noralsy tag

lf pac

{ PAC/Stanley RFIDs... }

command offline description

lf pac help
Y This help

lf pac demod demodulate a PAC tag from the


Y
GraphBuffer

lf pac reader
N attempt to read and extract tag data

lf pac clone clone PAC tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf pac sim
N simulate PAC tag

lf paradox

{ Paradox RFIDs... }

command offline description

lf paradox help
Y This help

lf paradox demod demodulate a Paradox FSK tag from the


Y
GraphBuffer

lf paradox reader
N attempt to read and extract tag data
command offline description

lf paradox clone clone paradox tag to T55x7, Q5/T5555


N
or EM4305/4469

lf paradox sim
N simulate paradox tag

lf pcf7931

{ PCF7931 CHIPs... }

command offline description

lf pcf7931
Y This help
help

lf pcf7931
N Read content of a PCF7931 transponder
reader

lf pcf7931
N Write data on a PCF7931 transponder.
write

Configure the password, the tags


lf pcf7931
Y initialization delay and time offsets
config
(optional)

lf presco

{ Presco RFIDs... }

command offline description

lf presco help
Y This help

lf presco demod demodulate Presco tag from the


Y
GraphBuffer

lf presco reader
N attempt to read and extract tag data

lf presco clone clone presco tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf presco sim
N simulate presco tag
lf pyramid

{ Farpointe/Pyramid RFIDs... }

command offline description

lf pyramid help
Y this help

lf pyramid demod demodulate a Pyramid FSK tag from the


Y
GraphBuffer

lf pyramid reader
N attempt to read and extract tag data

lf pyramid clone clone pyramid tag to T55x7, Q5/T5555


N
or EM4305/4469

lf pyramid sim
N simulate pyramid tag

lf securakey

{ Securakey RFIDs... }

command offline description

lf securakey help
Y This help

lf securakey demod demodulate an Securakey tag from the


Y
GraphBuffer

lf securakey
N attempt to read and extract tag data
reader

lf securakey clone clone Securakey tag to T55x7, Q5/T5555


N
or EM4305/4469

lf securakey sim
N simulate Securakey tag

lf ti

{ TI CHIPs... }
command offline description

lf ti help
Y This help

lf ti demod Demodulate raw bits for TI LF tag from


Y
the GraphBuffer

lf ti reader
N Read and decode a TI 134 kHz tag

lf ti write
N Write new data to a r/w TI 134 kHz tag

lf t55xx

{ T55xx CHIPs... }

command offline description

lf t55xx help
Y This help

lf t55xx
N Shows the available clone commands
clonehelp

lf t55xx config Set/Get T55XX configuration (modulation,


Y
inverted, offset, rate)

lf t55xx Sends raw bitstream. Dangerous, do not


N
dangerraw use!!

lf t55xx detect Try detecting the tag modulation from


Y
reading the configuration block

lf t55xx
N Set/Get T55XX device configuration
deviceconfig

lf t55xx dump
N Dump T55xx card Page 0 block 0-7

lf t55xx info Show T55x7 configuration data (page 0/


Y
blk 0)

lf t55xx Try detecting if this is a t55xx tag by


N
p1detect reading page 1

lf t55xx read
N Read T55xx block data
command offline description

lf t55xx Send Reset Cmd then lf read the stream


N
resetread to attempt to identify the start of it

lf t55xx restore Restore T55xx card Page 0 / Page 1


N
blocks

lf t55xx trace Show T55x7 traceability data (page 1/


Y
blk 0-1)

lf t55xx wakeup
N Send AOR wakeup command

lf t55xx write
N Write T55xx block data

lf t55xx Simple bruteforce attack to find


N
bruteforce password

lf t55xx chk
N Check passwords

lf t55xx protect
N Password protect tag

lf t55xx Try to recover from bad password write


N
recoverpw from a cloner

lf t55xx sniff Attempt to recover T55xx commands from


Y
sample buffer

lf t55xx special Show block changes with 64 different


N
offsets

lf t55xx wipe Wipe a T55xx tag and set defaults (will


N
destroy any data on tag)

lf viking

{ Viking RFIDs... }

command offline description

lf viking help
Y This help

lf viking demod demodulate a Viking tag from the


Y
GraphBuffer
command offline description

lf viking reader
N attempt to read and extract tag data

lf viking clone clone Viking tag to T55x7, Q5/T5555 or


N
EM4305/4469

lf viking sim
N simulate Viking tag

lf visa2000

{ Visa2000 RFIDs... }

command offline description

lf visa2000 help
Y This help

lf visa2000 demod demodulate an VISA2000 tag from the


Y
GraphBuffer

lf visa2000 reader
N attempt to read and extract tag data

lf visa2000 clone clone Visa2000 tag to T55x7, Q5/T5555


N
or EM4305/4469

lf visa2000 sim
N simulate Visa2000 tag

mem

{ Flash memory manipulation... }

command offline description

mem help Y This help

mem baudrate N Set Flash memory Spi baudrate

mem dump N Dump data from flash memory

mem info N Flash memory information

mem load N Load data to flash memory

mem wipe N Wipe data from flash memory


mem spiffs

{ SPI File system }

command offline description

mem spiffs help


Y This help

mem spiffs copy Copy a file to another (destructively) in


N
SPIFFS file system

mem spiffs Check/try to defrag faulty/fragmented


N
check file system

mem spiffs dump


N Dump a file from SPIFFS file system

mem spiffs info Print file system info and usage


N
statistics

mem spiffs Mount the SPIFFS file system if not


N
mount already mounted

mem spiffs
N Remove a file from SPIFFS file system
remove

mem spiffs
N Rename/move a file in SPIFFS file system
rename

mem spiffs test


N Test SPIFFS Operations

mem spiffs tree


N Print the Flash memory file system tree

mem spiffs
N Un-mount the SPIFFS file system
unmount

mem spiffs
N Upload file into SPIFFS file system
upload

mem spiffs view


N View file on SPIFFS file system

mem spiffs wipe Wipe all files from SPIFFS file system
N
* dangerous *

nfc
{ NFC commands... }

command offline description

nfc help Y This help

nfc decode Y Decode NDEF records

nfc type1

{ NFC Forum Tag Type 1... }

command offline description

nfc type1 read N read NFC Forum Tag Type 1

nfc type1 help Y This help

nfc type2

{ NFC Forum Tag Type 2... }

command offline description

nfc type2 read N read NFC Forum Tag Type 2

nfc type2 help Y This help

nfc type4a

{ NFC Forum Tag Type 4 ISO14443A... }

command offline description

nfc type4a format


N format ISO-14443-a tag as NFC Tag

nfc type4a read


N read NFC Forum Tag Type 4 A

nfc type4a write


N write NFC Forum Tag Type 4 A

nfc type4a st25taread read ST25TA as NFC Forum Tag Type


N
4

nfc type4a help


Y This help
nfc type4b

{ NFC Forum Tag Type 4 ISO14443B... }

command offline description

nfc type4b read N read NFC Forum Tag Type 4 B

nfc type4b help Y This help

nfc mf

{ NFC Type MIFARE Classic/Plus Tag... }

command offline description

nfc mf cformat format MIFARE Classic Tag as NFC


N
Tag

nfc mf cread
N read NFC Type MIFARE Classic Tag

nfc mf cwrite
N write NFC Type MIFARE Classic Tag

nfc mf pread
N read NFC Type MIFARE Plus Tag

nfc mf help
Y This help

nfc barcode

{ NFC Barcode Tag... }

command offline description

nfc barcode read N read NFC Barcode

nfc barcode sim N simulate NFC Barcode

nfc barcode help Y This help

piv

{ PIV commands... }
command offline description

piv help Y This help

piv select N Select the PIV applet

piv getdata N Gets a container on a PIV card

piv authsign N Authenticate with the card

piv scan N Scan PIV card for known containers

piv list Y List ISO7816 history

reveng

{ CRC calculations from RevEng software... }

[=] reveng: no mode switch specified. Use reveng -h for help.

smart

{ Smart card ISO-7816 commands... }

command offline description

smart help
Y This help

smart list
Y List ISO 7816 history

smart brute
N Bruteforce SFI

smart info
N Tag information

smart pcsc Turn pm3 into pcsc reader and relay to


Y
host OS via vpcd

smart reader
N Act like an IS07816 reader

smart raw
N Send raw hex data to tag

smart upgrade
Y Upgrade sim module firmware
command offline description

smart setclock
N Set clock speed

script

{ Scripting commands... }

command offline description

script help Y This help

script list Y List available scripts

script run Y <name> - execute a script

trace

{ Trace manipulation... }

command offline description

trace help
Y This help

trace extract Extract authentication challenges


Y
found in trace

trace list
Y List protocol data in trace buffer

trace load
Y Load trace from file

trace save
Y Save trace buffer to file

usart

{ USART commands... }

command offline description

usart help
Y This help
command offline description

usart btpin
N Change BT add-on PIN

usart btfactory
N Reset BT add-on to factory settings

usart tx
N Send string over USART

usart rx
N Receive string over USART

usart txrx Send string over USART and wait for


N
response

usart txhex
N Send bytes over USART

usart rxhex
N Receive bytes over USART

usart config
N Configure USART

wiegand

{ Wiegand format manipulation... }

command offline description

wiegand help
Y This help

wiegand list
Y List available wiegand formats

wiegand encode Encode to wiegand raw hex (currently for


Y
HID Prox)

wiegand decode Convert raw hex to decoded wiegand format


Y
(currently for HID Prox)

Full help dump done.

You might also like