iSkipper
iSkipper copied to clipboard
Skipping iClicker lectures has never been so easy... obviously not to actually be used in class for nefarious purposes.
@wizard97 Lemme know if I used the `_RECV`/`_SEND` convention right here, I had to expand it out since other packets will also have varying lengths. @charlescao460 Would appreciate you testing...
Not sure if this matters a whole lot but these are the TX (RX from iSkipper's perspective) frequency values I got from reverse engineering the base station firmware: ``` Sets...
So...I was trying to capture some ACKs to verify @ammaraskar's finding. However it can't receive anything from the base after I send answer using iClicker. Here is my sketch, could...
This is really cool :) A couple things noted, I saw that someone posted the ACK is random or just a timestamp; the iclickers do have some sort of 2way...
Hey, I've been trying to run the software on ESP32 over the Arduino IDE. Someone's written a RFM69 Library compatible with it: https://github.com/rrobinet/RFM69X_Library Upon trying to just replace the library...
Using arduino feather. Using attacks file with IRQ set to 3 and CSN set to 8. IS_RFM69HW set to true. Able to recieve on all channels but cannot send at...
Hi Wizard97, This is a really cool project! I have some problems with the `iClickerEmulator::encodeId` [function](https://github.com/wizard97/iSkipper/blob/c9a81d46491679ef925d359c865b17efc4248750/emulator/iSkipper/iClickerEmulator.cpp#L63). My encoded ID obtained from SDR iq waveform can be decoded by the `iClickerEmulator::decodeId`...
Hi, I found that the DOS attack would be more efficient if the IDs and answers were gotten from serial port rather than generating locally. I noticed that the random()...