Closed mcdan closed 3 years ago
your modification for python3 works fine, thanks friend
Hello there, How do I save a copy of the updated RFcrack.py please. I am just and old noobie. Thanks Kev
@kevtheskin just follow these steps
git clone https://github.com/cclabsInc/RFCrack.git
cd RFCrack
wget https://github.com/cclabsInc/RFCrack/commit/bce37e365a214111d01e8556d0995323fa8a2421.patch -O rfcrack.patch
patch -p1 < rfcrack.patch
python3 RFCrack.py -i
It works fine for me
@kevtheskin just follow these steps
git clone https://github.com/cclabsInc/RFCrack.git cd RFCrack wget https://github.com/cclabsInc/RFCrack/commit/bce37e365a214111d01e8556d0995323fa8a2421.patch -O rfcrack.patch patch -p1 < rfcrack.patch python3 RFCrack.py -i
It works fine for me
Hi there thanks for the reply, unfortunately it didn't fully work this is the error generated
Error in resetup():ChipconUsbTimeoutException()
Traceback (most recent call last):
File "/home/pentest/radio/RFCrack/RFCrack.py", line 165, in
Any help much appreciated . Cheers Kev
Fixes a bunch of simple syntax issues with python3. Sorry I'm not really a python developer not sure if there is a better way to make this work with python2 as well.