29 lines
No EOL
1.1 KiB
Markdown
29 lines
No EOL
1.1 KiB
Markdown
# PIR_MadMax
|
|
|
|
PIR (Projet Initiation à la Recherche) 4AE-SE INSA Toulouse
|
|
|
|
Projet MadMax
|
|
|
|
# Bluetooth jamming:
|
|
- Bluetooth utilise les frequences de 2.4GHz à 2.483GHz.
|
|
- Flipper zero a comme moyen de jammer une frequence donné, si on sait sur quelle bande le µC envoie, on peut facilement le manipuler/arrêter.
|
|
| Categorie | URL |
|
|
| ----------|--------|
|
|
| Sub-GHz jamming | https://github.com/SHUR1K-N/Flipper-Zero-Sub-GHz-Jamming-Files |
|
|
| GHz-jamming | https://github.com/huuck/FlipperZeroNRFJammer?tab=readme-ov-file |
|
|
|
|
**Jamming fonctionne**, avec le FlipperZero. On a utilisé un nrf24 jammer.
|
|
|
|
Pour manipuler:
|
|
|
|
- Va sur bluetooth (GPIO bridge 5V!) et lance nrf24_jammer_OF, puis joue sur les differents tailles de bandes!
|
|
|
|
|
|
### **Liens utiles**
|
|
|
|
**Flipper Zero Bluetooth Jammer** : https://www.youtube.com/watch?v=mSC-Wmy9f_E&t=6s
|
|
|
|
Un article interessant qui s'agit des differents types d'attaque à **Bluetooth**:
|
|
|
|
- https://www.forbes.com/sites/alexvakulov/2025/02/20/11-types-of-bluetooth-attacks-and-how-to-protect-your-devices/
|
|
- https://hackers-arise.com/bluetooth-hacking-part-1-getting-started-with-bluetooth/ |