Sploitus

Exploit for CVE-2026-10520-10523

kitploit · 2026-08-27

Exploit Code

MARKDOWN63 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-HORKIMHAB-CVE-2026-10520-10523
# CVE-2026-10520, CVE-2026-10523

  * Ivanti Sentry



## ⚡ الاستخدام البسيط

استخدم هذا المشروع فقط في بيئات آمنة ومصرح بها، مثل:

  * الأجهزة الافتراضية المحلية
  * حاويات Docker
  * إعدادات المختبرات المعزولة
  * بيئات اختبار الاختراق المصرح بها



مثال على الإعداد:

root@kitploit:~
    
    
    git clone <repository-url>
    cd <repository-name>
    
    # Project use python follow below
    
    # Create a virtual environment
    python -m venv venv
    
    # Activate the virtual environment
    
    # macOS / Linux
    source venv/bin/activate
    
    # Windows (Git Bash / WSL)
    source venv/Scripts/activate
    
    # Remove nested dir .git
    curl -fsSL https://gist.githubusercontent.com/HORKimhab/24c89ee9a86a42aac88381334f8bfe48/raw/d8ee0b6c4c6c252c17e9bd28ac9215fd552df228/remove-nested-git-dirs.sh | bash -s -- --yes
    
    

مثال على الاستخدام:

root@kitploit:~
    
    
    # Install dependencies
    <install-command>
    
    # Run the project
    <run-command>
    

استبدل الأوامر أعلاه بخطوات إعداد مشروعك الفعلية.

* * *

## الإسناد أو المرجع

  * watchTowr-vs-Ivanti-Sentry-RCE-CVE-2026-10520-CVE-2026-10523: https://github.com/watchtowrlabs/watchTowr-vs-Ivanti-Sentry-RCE-CVE-2026-10520-CVE-2026-10523