]>
Commit | Line | Data |
---|---|---|
1 | NOTICE: | |
2 | (2014-03-26) | |
3 | This is now the official Proxmark repository! | |
4 | ||
5 | INTRODUCTION: | |
6 | ||
7 | The proxmark3 is a powerful general purpose RFID tool, the size of a deck | |
8 | of cards, designed to snoop, listen and emulate everything from | |
9 | Low Frequency (125kHz) to High Frequency (13.56MHz) tags. | |
10 | ||
11 | This repository contains enough software, logic (for the FPGA), and design | |
12 | documentation for the hardware that you could, at least in theory, | |
13 | do something useful with a proxmark3. | |
14 | ||
15 | RESOURCES: | |
16 | ||
17 | * This repository! | |
18 | https://github.com/Proxmark/proxmark3 | |
19 | ||
20 | * The Wiki | |
21 | https://github.com/Proxmark/proxmark3/wiki | |
22 | ||
23 | * The GitHub page | |
24 | http://proxmark.github.io/proxmark3/ | |
25 | ||
26 | * The Forum | |
27 | http://www.proxmark.org/forum | |
28 | ||
29 | * The IRC chanel | |
30 | irc.freenode.org #proxmark3 | |
31 | -or- | |
32 | http://webchat.freenode.net/?channels=#proxmark3 | |
33 | ||
34 | DEVELOPMENT: | |
35 | ||
36 | The tools required to build or run the project will vary depending on | |
37 | your operating system. Please refer to the Wiki for details. | |
38 | ||
39 | * https://github.com/Proxmark/proxmark3/wiki | |
40 | ||
41 | OBTAINING HARDWARE: | |
42 | ||
43 | The Proxmark 3 is available for purchase (assembled and tested) from the | |
44 | following locations: | |
45 | ||
46 | * http://proxmark3.com/ | |
47 | * http://www.xfpga.com/ | |
48 | * http://radiowar.taobao.com/ | |
49 | * http://www.elechouse.com/ | |
50 | * https://lab401.com/ | |
51 | ||
52 | Most of the ultra-low-volume contract assemblers could put | |
53 | something like this together with a reasonable yield. A run of around | |
54 | a dozen units is probably cost-effective. The BOM includes (possibly- | |
55 | outdated) component pricing, and everything is available from Digikey | |
56 | and the usual distributors. | |
57 | ||
58 | If you've never assembled a modern circuit board by hand, then this is | |
59 | not a good place to start. Some of the components (e.g. the crystals) | |
60 | must not be assembled with a soldering iron, and require hot air. | |
61 | ||
62 | The schematics are included; the component values given are not | |
63 | necessarily correct for all situations, but it should be possible to do | |
64 | nearly anything you would want with appropriate population options. | |
65 | ||
66 | The printed circuit board artwork is also available, as Gerbers and an | |
67 | Excellon drill file. | |
68 | ||
69 | ||
70 | LICENSING: | |
71 | ||
72 | This program is free software; you can redistribute it and/or modify | |
73 | it under the terms of the GNU General Public License as published by | |
74 | the Free Software Foundation; either version 2 of the License, or | |
75 | (at your option) any later version. | |
76 | ||
77 | This program is distributed in the hope that it will be useful, | |
78 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
79 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
80 | GNU General Public License for more details. | |
81 | ||
82 | You should have received a copy of the GNU General Public License | |
83 | along with this program; if not, write to the Free Software | |
84 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | |
85 | ||
86 | ||
87 | Jonathan Westhues | |
88 | user jwesthues, at host cq.cx | |
89 | ||
90 | May 2007, Cambridge MA |