FISSURE
FISSURE copied to clipboard
The RF and reverse engineering framework for everyone. Follow and ★ to show your support!
Will you be porting this to the current version of GNURadio (3.10)?
It would be nice if the USRP2 were to be supported out of the box. There isn't really any technical reason the project shouldn't support the USRP2 as a device...
hello ! I'm on KDE Neon (based on Ubuntu 20.04 Focal) and when trying to install ./install This branch is for Ubuntu 20.04 and 22.04 only. Switch to a different...
Hello, Is there a way to install Fissure on Debian 10 ? Thanks
In order to be able to follow the installation instructions on a somewhat fresh Ubuntu installation, I was required to install the following packages: ``` sudo apt install build-essential git...
It seems RF as used in this repo is radio frequency: https://wikipedia.org/wiki/Radio_frequency however the Readme doesn't says the phrase radio frequency a single time. I think it would be helpful...
## Expected Behavior Upon completing a receive flow graph (Inspection, Record, Attack) using the HackRF the RX light turns off and the flow graph ends. The threads in fg_executor.py complete...
Excited to try the tools but sadly the main fissure application wont run from the UI or Command Line after a seemingly successful install. Running latest Ubuntu and a very...
## Expected Behavior Modes S Demod flow graphs compile and produce a stream of bits for incoming ADS-B messages that get sent to the ZMQ port for the PD circular...
Ubuntu 22.04 When this issue occurs File "/home/landon/.local/lib/python3.10/site-packages/scapy/arch/linux.py", line 195, in get_alias_address names = names.tostring() AttributeError: 'array.array' object has no attribute 'tostring' Replace names = names.tostring() -> names = names.tobytes()...