You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are developing a new interface that will mount attacks separate from the UE itself. This interface uses GNU radio software in python to listen on a wireless channel and execute attacks such as jamming or replay attacks. The functionalities this will enable are as follows:
jam_fixed:
jam one channel constantly
jam_sequential:
jam all channels one after another
jam_random:
randomly iterate of channels and jam each one
sense:
collect all channel data, store in a file or in memory
replay:
replay any captured message based on configuration
replay any number of times and at any interval
The text was updated successfully, but these errors were encountered:
Channel Attack Interface
Currently we are developing a new interface that will mount attacks separate from the UE itself. This interface uses GNU radio software in python to listen on a wireless channel and execute attacks such as jamming or replay attacks. The functionalities this will enable are as follows:
jam_fixed:
jam_sequential:
jam_random:
sense:
replay:
The text was updated successfully, but these errors were encountered: