fix hf iclass sim: * sim 2: add responses to read(1) (Config) and read(5) (AIA) * sim 2/3: don't restrict CC to 00 bytes only * sim 3: add responding to read block commands * sim 2/3: add responding to READ_CHECK_KC * fix sizes of pre-encoded tag answers * sim 2: change default card challenge * remove commented code * use #defines instead of numerical constants for simulation modes * some reformatting and whitespace fixes * fix debug print on unhandled commands * deduplicate: use sim functions from iso15693.c * fix times in tracelog and 'hf list iclass' (sim only) * don't check parity in 'hf list iclass' * fix timing in TransmitTo15693Reader() * add simulation of block 3 and 4 (Kd and Kc) reads * add simulation of READ4 (4 blocks read) * FPGA change (hi_simulate.v): avoid spp_clk phase changes * chg to reader command decoder in iso15693.c (require no modulation before SOF) * add 'has_been_low_for' logic to hi_simulate.v (same as in other FPGA modes, default to "no modulation") * add simulation of chip status (IDLE, ACTIVE, SELECTED, HALTED) * check ACSN on SELECT * add simulation of RESELECT * always check length of reader commands * fix printing of NR, MAC in sim 2 mode * fix response length to CHECK command * implement UPDATE and CHECK[Kc] * add simulation of multiple pages (PAGESEL by @sherhannn9) * maintain cipher states per page * update cipher state after UPDATE commands (@sherhannn9) * add simulation of personalization mode * respond with SOF on HALT * display "\<SOF\>" instead of "0f" in 'hf list iclass' * standard LED handling * speedup CodeIso15693AsTag() * TransmitTo15693Tag(): don't send unmodulated start of SOF * reduce modulation depth in hi_simulate.v |
||
---|---|---|
armsrc | ||
bootrom | ||
CI | ||
client | ||
common | ||
doc | ||
driver | ||
fpga | ||
include | ||
liblua | ||
pcb | ||
recovery | ||
tools | ||
traces | ||
uart | ||
zlib | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
COMPILING.txt | ||
HACKING.txt | ||
LICENSE.txt | ||
Makefile | ||
README.md |
proxmark3: the official Proxmark repository!
The proxmark3 is a powerful general purpose RFID tool, the size of a deck of cards, designed to snoop, listen and emulate everything from Low Frequency (125kHz) to High Frequency (13.56MHz) tags.
This repository contains enough software, logic (for the FPGA), and design documentation for the hardware that you could, at least in theory, do something useful with a proxmark3.
Resources
- This repository!
- The Wiki
- The GitHub Pages website
- The Forum
- The IRC channel: irc.freenode.org #proxmark3 (chat in your browser)
- The Homebrew formula repository
Development
The tools required to build or run the project will vary depending on your operating system. Please refer to the wiki for details.
Obtaining hardware
The Proxmark3 is available for purchase (assembled and tested) from the following locations:
Distributor Name | Warehouse Location | Entity Location |
---|---|---|
RyscCorp | USA | USA |
Hackerwarehouse | USA | USA |
Elechouse | HK | HK |
Lab401 | EU | HK |
RFxSecure | CN | SG |
Sneaktechnology | CN | CN |
Most of the ultra-low-volume contract assemblers could put something like this together with a reasonable yield. A run of around a dozen units is probably cost-effective. The BOM includes (possibly- outdated) component pricing, and everything is available from Digikey and the usual distributors.
If you've never assembled a modern circuit board by hand, then this is not a good place to start. Some of the components (e.g. the crystals) must not be assembled with a soldering iron, and require hot air.
The schematics are included; the component values given are not necessarily correct for all situations, but it should be possible to do nearly anything you would want with appropriate population options.
The printed circuit board artwork is also available, as Gerbers and an Excellon drill file.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Jonathan Westhues user jwesthues, at host cq.cx
May 2007, Cambridge MA