Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel Attack Interface #54

Closed
cueltschey opened this issue Sep 11, 2024 · 0 comments · Fixed by #48
Closed

Channel Attack Interface #54

cueltschey opened this issue Sep 11, 2024 · 0 comments · Fixed by #48
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@cueltschey
Copy link
Contributor

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 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
@cueltschey cueltschey added the enhancement New feature or request label Sep 11, 2024
@cueltschey cueltschey added this to the Task 3.2 milestone Sep 11, 2024
@cueltschey cueltschey linked a pull request Sep 11, 2024 that will close this issue
@cueltschey cueltschey self-assigned this Sep 16, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in tester UE development Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant