forked from cclabsInc/RFCrack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
32 lines (24 loc) · 736 Bytes
/
INSTALL
File metadata and controls
32 lines (24 loc) · 736 Bytes
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
#RFCrack tested on OSX, should also work fine on Linux distros
#Install Pip:
easy install pip
#Install BitString
sudo pip install bitstring
#Install RFCat
Per a note by serolee use the following github version untill they release python3 and I can recode this with that:
git clone https://github.com/atlas0fd00m/rfcat/tree/4a446c8b527f178eeaef8670c306cda320890347
cd rfcat/
sudo python setup.py install
cd ../
#Install PyUSB:
git clone https://github.com/walac/pyusb.git
cd pyusb/
sudo python setup.py install
#Install LibUSB
pip install libusb
#Install Matolib:
sudo easy_install matplotlib
#Install Numpy:
pip install numpy
#Plug in your device and run the following to verify it works:
rfcat -r
#That should be all you need