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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
subdomains.sh — غلاف حول أدوات تستخدم لتعداد النطاقات الفرعية، لأتمتة سير العمل، على نطاق معين، مكتوب بلغة bash. | Kitploit
أدوات/GitHubGitHub/enenumxela/subdomains.sh
الاستطلاعجمع المعلوماتاختبار الاختراقتعداد النطاقات الفرعيةتحليل DNS
GitHubenenumxela/subdomains.sh

subdomains.sh

غلاف حول أدوات تستخدم لتعداد النطاقات الفرعية، لأتمتة سير العمل، على نطاق معين، مكتوب بلغة bash.

عرض المستودع
7912منذ 4 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

subdomains.sh

Made with Bash Maintenance open issues closed issues license author

مُغَلِّف حول أدوات تُستخدم لاستكشاف النطاقات الفرعية، لأتمتة سير العمل، على نطاق معين، مكتوب بلغة bash.

Resources

  • سير العمل
  • التثبيت
  • الاستخدام
  • الإسناد
  • المساهمة

The Workflow

مخطط سير العمل

Installation

قم بتشغيل سكريبت التثبيت:

root@kitploit:~
curl -s https://raw.githubusercontent.com/hueristiq/subdomains.sh/main/install.sh | bash -

أو قم بتشغيله في حاوية Docker مؤقتة:

انسخ المستودع وشغّل

root@kitploit:~
cd subdomains.sh
# Build the container image
./docker-subdomains.sh build

# After build, you can run the script with the same options listed above.
# Each run will run in a new container, and the container is destroyed after run
./docker-sudomains.sh -d example.com -r 1.1.1.1

# To destroy the container image if desired
./docker-subdomains.sh destroy

Usage

لعرض رسالة المساعدة لهذا السكريبت، استخدم العلم -h:

root@kitploit:~
subdomains.sh -h
root@kitploit:~

           _         _                       _                 _     
 ___ _   _| |__   __| | ___  _ __ ___   __ _(_)_ __  ___   ___| |__  
/ __| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \/ __| / __| '_ \ 
\__ \ |_| | |_) | (_| | (_) | | | | | | (_| | | | | \__  _\__ \ | | |
|___/\__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|___(_)___/_| |_| v1.0.0

USAGE:
  subdomains.sh [OPTIONS]

OPTIONS:
   -d, --domain 			 domain to discover subdomains for *
   -r, --resolvers 			 list of DNS resolvers containing file *
       --skip-passive 			 skip passive discovery discovery
       --use-passive-tools 		 comma(,) separated passive tools to use
       --exclude-passive-tools 		 comma(,) separated passive tools to exclude
       --skip-active 			 skip active discovery discovery
       --skip-dictionary 		 skip discovery from dictionary DNS brute forcing
  -dW, --dictionary-wordlist 		 wordlist for dictionary DNS  brute forcing
       --skip-permutation 		 skip discovery from permutation DNS brute forcing
  -pW, --permutation-wordlist 		 wordlist for permutation DNS brute forcing
       --skip-dns-records 		 skip discovery from DNS records
       --skip-reverse-dns 		 skip discovery from reverse DNS lookup
   -o, --output 			 output text file
       --setup				 install/update this script & dependencies
   -h, --help 				 display this help message and exit

NOTE: options marked with asterik(*) are required.

HAPPY HACKING :)

ملاحظة: الخيارات المميزة بنجمة(*) إلزامية.

استمتع بالاختراق :)

Credits

يعود الفضل لمؤلفي الأدوات المختلفة التي استخدمتها في هذا السكريبت:

  • @OWASP لـ amass
  • @hakluke لـ hakrevdns
  • @d3mondev لـ puredns
  • @tomnonom لـ anew
  • @Edu4rdSHL لـ findomain
  • @shenwei356 لـ rush
  • @hueristiq لـ hqsubfind3r
  • @projectdiscovery لـ subfinder و httpx

Contribution

المشكلات Issues وطلبات السحب Pull Requests مرحب بها!

تنزيل الأداة