mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-12-24 21:01:23 -08:00
Page:
Mifare HowTo
Pages
Android
Antennas
Building
De Bricking Segger
Debricking Proxmark3 with buspirate
Debricking Proxmark3
Flashing
Generic ISO14443 Ops
Generic ISO15693 Ops
Getting Started
Hardware Description
Home
Information on the main RFID tags supported by ProxmarkIII
LF Tag Operations
Mifare HowTo
Mifare Tag Ops
Using IDE Windows
Windows Proxmark Client GUI
Windows
[Windows] Proxmark Client GUI
[win] Proxmark Client GUI
commands
lf demodulation walk through with the new graph
5
Mifare HowTo
Qais Patankar edited this page 2018-01-07 21:19:34 +00:00
Table of Contents
- How can I read a card contents?
- How can I write a block into a card?
- How can I break a card?
- How to save emulator dump from a card
- How to emulate a card
- How to emulate a new card
- How to emulate a card with help of dump from file
- How to have look at the emulator memory
- How to make changes into the emulator memory
How can I read a card contents?
hf mf rdbl 0 a ffffffffffff
0
: block numbera
: key typeffffffffffff
: key
hf mf rdsc 0 a ffffffffffff
0
: sector numbera
: key typeffffffffffff
: key
How can I write a block into a card?
- 'hf mf wrbl 0 a ffffffffffff 000102030405060708090a0b0c0d0e0f', where 0 - block number, a - key type, ffffffffffff - key,
000102030405060708090a0b0c0d0e0f - block data.
How can I break a card?
- 'hf mf mifare'
if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
'hf mf nested 1 0 a FFFFFFFFFFFF', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
How to save emulator dump from a card
- 'hf mf mifare'
- if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
- 'hf mf nested 1 0 a FFFFFFFFFFFF t', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
- 'hf mf efill a FFFFFFFFFFFF'
- 'hf mf esave filename'
How to emulate a card
- 'hf mf mifare'
- if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
- 'hf mf nested 1 0 a FFFFFFFFFFFF t', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
- 'hf mf efill a FFFFFFFFFFFF'
- 'hf mf sim'
How to emulate a new card
- 'hf mf eclr'
- 'hf mf sim'
How to emulate a card with help of dump from file
- 'hf mf eload filename', where filename - dump's file name (.eml)
- 'hf mf sim'
How to have look at the emulator memory
- 'hf mf eget 00', where 00 - block number from 0 to 0x63. Each block contains 16 bytes of memory.
How to make changes into the emulator memory
- 'hf mf eset 01 000102030405060708090a0b0c0d0e0f',
where: - 00 - block number from 0 to 0x63. Each block contains 16 bytes of memory.
- 000102030405060708090a0b0c0d0e0f - block data.
Proxmark Wiki
Hardware
Firmware Upgrade
Client Software
Usage
Low Frequency (125-134kHz)
High Frequency (13.56MHz)
Struggling with this manual? Do you miss some explanation or found something wrong or ambigious? Then please post in the Manual Feedback section of the forum. Any feedback is appreciated.