forked from atlas0fd00m/rfcat
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
259 lines (184 loc) · 11 KB
/
README
File metadata and controls
259 lines (184 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
welcome to the rfcat project
= TOC =
* Goals
* Requirements
* Installing Hardware
* Installing Client
* Using RfCat
* Epiloque
== GOALS ==
the goals of the project are to reduce the time for security researchers to create needed tools for analyzing unknown targets, to aid in reverse-engineering of hardware, and to satiate my rf lust.
== REQUIREMENTS ==
RfCat currently requires Python 2.x. the only suspected incompatabilities with Python 3.x are minimal, mostly print("stuff") versus print "stuff" and other str/bytes issues.
Other requirements:
* python usb
* libusb - should be able to work with either 1.x or 0.1 versions. please let us know if you run into issues.
* pyreadline (especially for Windows)
Build Requirements:
* Make
* SDCC (code is kept up-to-date with the current Ubuntu release, as of this writing: 3.4.0+dfsg-2ubuntu1)
== DEVELOPMENT ==
new development efforts should copy the "application.c" file to "appWhateverMyToolIs.c" and attempt to avoid making changes to other files in the repo if at all possible. that is only a recommendation, because future bug-fixes in other libraries/headers will go much more smoothely for you.
a couple gotchas to keep in mind while developing for the cc1111:
* the memory model includes both "RAM" and "XDATA" concepts, and standard RAM variables and XDATA variables have different assembly instructions that are used to access them. this means that you may find oddities when using a function written for XDATA on a standard RAM variable, and vice-versa.
* variables should be defined in a single .c file, and then "externs" declared in a .h file that can be included in other modules. this is pretty standard for c programs, but both this and the previous point caused me difficulties at some points, and i found myself unsure what was causing my troubles.
* RAM memory is not cheap. use it sparingly.
* you need to set the radio into IDLE mode before reconfiguring it
* you need to set the radio into TX mode *before* writing to the RFD register (firmware) as it is a 1-byte FIFO.
== INSTALLING HARDWARE==
installing and getting up to speed with rfcat...
first things first. using rfcat requires that you either use the python client in root mode (sudo works well), or configure udev to allow non-root users full access to the dongle. you must also have one of the supported dongles flashed with the necessary application firmware.
allowing non-root dongle access:
sudo cp etc/udev/rules.d/20-rfcat.rules /etc/udev/rules.d
sudo udevadm control --reload-rules
this tool is created, maintained, and used primarily on linux. make and sdcc must be installed for creating new firmware and some of the helper functions we provide through make.
supported dongles:
* cc1111emk (aka DONSDONGLES)
* chronos watch dongle (aka CHRONOSDONGLE)
* imme (limited support for both IMME and IMMEDONGLE)
* imme dongle is not really usable as of 1/31/2012
= INSTALLATION =
your build environment:
* intended development model is using a GoodFET (http://goodfet.sf.net) although one of our developers uses the chipcon debugger from ti.
* wiring:
--------------------------------
| 1 2 |
| 3 4 |
------ 5 6 |
| USB 7 8 |
------ 9 10 |
| 11 12 |
| GoodFET 13 14 |
--------------------------------
* Chronos Dongle Details
--------------------------------
| |
| RST 1 2 TP ------
| GND 3 4 VCC USB |
| DC/P2_2 5 6 DD/P2_1 ------
| Chronos |
--------------------------------
GoodFET Chronos
PIN PIN
1 <----- DD -----> 6
2 <----- VCC ----> 4
5 <----- RST ----> 1
7 <----- DC -----> 5
9 <----- GND ----> 3
* EMK Dongle Details
--------------------------------
| 2 4 6 8 10 2 4 6 8 10 |
| 1 3 5 7 9 1 3 5 7 9 |
|-TEST-PINS----DEBUG-PINS------|
| |
------ |
| USB |
------ |
| Don's Dongle (EMK) |
--------------------------------
GoodFET EMK
PIN DEBUG PIN
1 <----- DD -----> 4
2 <----- VCC ----> 2
5 <----- RST ----> 7
7 <----- DC -----> 3
9 <----- GND ----> 1
* YARD Stick One Details
Pogo pads on the back are clearly marked, but if you want to use the header...
-----------------------------------------
| YARD Stick One 2 4 6 8 10 12 14 |
| 1 3 5 7 9 11 13 ------
| USB |
| ------
| |
-----------------------------------------
GoodFET YARD Stick One
PIN PIN
1 <----- DD -----> 1
2 <----- VCC ----> 2
5 <----- RST ----> 5
7 <----- DC -----> 7
9 <----- GND ----> 9
* install sdcc
* install make
* make sure both are in the path
* cd into the "rfcat/firmware/" directory
* "make testgoodfet" will read info from your dongle using the GoodFET. you should see something like:
SmartRF not found for this chip.
Ident CC1111/r1103/ps0x0400
Freq 0.000 MHz
RSSI 00
* "make backupdongle" will read the current firmware from your dongle to the file .../bins/original-dongle-hex.backup.
("make restoredongle") to revert to the original firmware.
* "make clean installRfCatChronosDongle" will clean, build, and install the RfCat (appFHSSNIC.c) firmware for a Chronos dongle.
* "make clean installRfCatDonsDongle" will clean, build, and install the RfCat (appFHSSNIC.c) firmware for a cc1111emk.
* "make clean installimmesnifffw" will clean, build, and install the RfSniff firmware for the IMME girls toy from girltech
= INSTALLING WITH BOOTLOADER =
Dependencies: Fergus Noble's CC-Bootloader (slightly modified). For your convenience, hex files are provided in
the CCBootloader sub-directory in firmware.
Source can be found here: https://github.com/AdamLaurie/CC-Bootloader
which is branched from here: https://github.com/fnoble/CC-Bootloader
To install:
We need permanent symlinks to the USB serial devices that will communicate with the CHRONOS, DONSDONGLE or YARDSTICKONE
bootloader when required. If you haven't done this step already (see above), then run:
sudo cp etc/udev/rules.d/20-rfcat.rules /etc/udev/rules.d
sudo udevadm control --reload-rules
Next, your user must have read/write access to the dongle when it shows up to the operating system.
For most Linux distros, this means you have to be a member of the "dialout" group.
To prepare your dongle for the first time, you'll need to hook up your debugger as described above and do:
(install 'rfcat_bootloader' from the CC-Bootloader subdirectory to somewhere on your execution path)
cd firmware
for EMK/DONSDONGLE:
make installdonsbootloader
for CHRONOS:
make installchronosbootloader
for YARDSTICKONE:
make installys1bootloader
now unplug the debugger and plug in your USB dongle.
If you have just installed the bootloader, the dongle should be in bootloader mode, indicated by a solid LED.
If you are re-flashing a dongle that is already running rfcat, the Makefile targets will force it into bootloader
mode for you, but you can manually put it into bootloader mode either by holding down the EMK/DONS button as you plug
it into USB (on the CHRONOS or YARDSTICKONE jumper P2_2/DC to GROUND), or by issuing the command 'd.bootloader()' to rfcat in interactive
mode ('rfcat -r'), or by issuing the command 'rfcat --bootloader --force' from the command line.
Once you have a solid LED, or if you're running an rfcat dongle, you can do the following:
cd firmware
for EMK/DONSDONGLE:
make installRfCatDonsDongleCCBootloader
for CHRONOS:
make installRfCatChronosDongleCCBootloader
for YARDSTICKONE:
make installRfCatYS1CCBootloader
The new version will be installed, and bootloader exited.
= INSTALLING - CLIENT-SIDE =
Dependencies: python-usb and libusb
install rfcat onto your system. on most linux systems, this will place rfcat and rfcat_server in /usr/local/bin/ and rflib into /usr/*/lib/python2.x/dist-packages
installation is simple:
* cd into the rfcat directory (created by unpacking the tarball or by hg clone)
* sudo python setup.py install
* i highly recommend installing "ipython" (for deb/ubuntu folk: apt-get install ipython)
= USING RFCAT - NON-root MODE =
if you have configured your system to allow non-root use:
* type "rfcat -r" (if your system is not configured to allow non-root use, prepend "sudo" or you must run as root)
you should have now entered an interactive python shell, where tab-completion and other aids should make a very powerful experience
i love the raw-byte handling and introspection of it all.
* try things like:
* d.ping()
* d.discover()
* d.debug()
* d.RFxmit('blahblahblah')
* d.RFrecv()
* print d.reprRadioConfig()
* d.setMdmDRate(19200) # this sets the modem baud rate (or DataRate)
* d.setPktPQT(0) # this sets the preamble quality threshold to 0
* d.setEnableMdmFEC(True) # enables the convolutional Forward Error Correction built into the radio
while the toolset was created to make communicating with <ghz much easier, you will find the cc1111 manual from ti a great value. the better you understand the radio, the better your experience will be.
play with the radio settings, but i recommend playing in small amounts and watch for the effects. several things in the radio configuration settings are mandatory to get right in order to receive or transmit anything (one of those odd requirements is the TEST2/1/0 registers!)
if you watched any of my talks on rfcat, you will likely remember that you need to put the radio in IDLE state before configuring. (i said it three times, in a row, in different inflections).
however, you will find that i've done that for you in the client for most things. the only time you need to do this yourself are:
* if you are doing the changes in firmware
* if you are using the "d.poke()" functionality
* if you use "d.setRFRegister()", this is handled for you
** use d.setRFRegister() **
== EPILOGUE
other than that, hack fun, and feel free to share any details you can about successes and questions about failures you are able!
@ and the rest of the development team.