Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
nrf24-injection — A tool set for sniffing devices and launching attacks with Crazyradio | Kitploit
Tools/GitHubGitHub/xswxm/nrf24-injection
ExploitationWireless SecurityHardware HackingPenetration Testing
GitHubxswxm/nrf24-injection

nrf24-injection

A tool set for sniffing devices and launching attacks with Crazyradio

View Repository
181598 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Website
Share

A tool set for sniffing devices and launching attacks with Crazyradio. Based on BastilleResearch's research.

Setting Up

Install additional modules

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

Supported Devices

DeviceSniffAttackDetails
AmazonBasicsYes(unresponsive)YesMice control and HID Injection
Logitech MiceYesYesMice control

How to Use

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

How to Use Launch Attacks

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>

License

GPL

Download Tool