Search the Community
Showing results for tags 'rfcat'.
-
Howdy folks, thanks for any comments, I am stuck basically because Pentoo doesn't have the apt-get command. I've looked on Gentoo forums but have no idea what commands to use. Something to do with 'emerge' but the syntax is totally unfamiliar to me. (1) In one of the other Episodes, Pentoo is recommended. But in Ep. 1908, we have: wget https://bitbucket.org/atlas0fd00m/rfcat/downloads/rfcat_150225.tgz tar zxvf rfcat_150225.tgz cd rfcat_150225 sudo apt-get install python-usb sudo python setup.py install sudo rfcat -r I'm fine till i get to "sudo apt-get install pytho
-
I have some data I want to send with rfcat in FSK. It's 14 segments of 303 bits long, each segment is separated by about 70ms or 4414 symbols@15.8925µs. I cannot trust python to maintain the gap delay consistently through sleeping. What I would like to do is send all my bits at once, which is 14 x 303 + 14 x 4414(zeros) bits long or 66038 bits. This way I can ensure consistent delivery of data the same way my remote control does. Naturally I cannot do this with d.FHSSxmit as it would be too big for the buffer (max fixed length packet is 510 and I'm trying to push 8260 hex.) Is there any
-
I've been trying to use my YS1 rootless, but I'm having difficulties. I've created my entry in /etc/udev/rules.d as described here: https://github.com/ecc1/rfcat/blob/master/etc/udev/rules.d/20-rfcat.rules name@host:~ $ cat /etc/udev/rules.d/20-rfcat.rules SUBSYSTEMS=="usb" ATTRS{idVendor}=="1d50" ATTRS{idProduct}=="605b" MODE:="0660" SYMLINK+="RFCAT%n", GROUP="dialout" This matches my YS1 name@host:~ $ lsusb Bus 001 Device 004: ID 1d50:605b OpenMoko, Inc. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID
-
Currently, I am trying to do a basic attack where I use an SDR along with a Yardstick One to decode and then replay the signal. The Yardstick One and SDR are connected to a Raspberry Pi. One day, I stumbled upon RfCatHelpers, which allowed me to sniff signals with my Yardstick One. However, when I found it was extremely buggy and did not work, I decided to terminate the transmit using control c. However, it would not let me terminate and would show this error: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/rflib/chipcon_usb.py", line 646, in recv sel
-
So I've recently got into messing about with RF tools/RfCat, and bought myself a Yardstick One - a really great tool with a fair amount of help online. The RfCat libraries, at the end of atlas's own "<GHz or Bust" DEFCON slides imply that I should be able to use FHSS transmiting/receiving. However, despite several days of research/working the problem, I can't seem to set it up to do so. Possibly there is something big I'm missing out, with regards to setting up & using the channels? The example code I've got so far... Many thanks! from rflib import* d = RfCat()