أداة اكتشاف الـ subdomains عبر SecurityTrails API — تسحب قائمة كاملة بالـ subdomains وتحفظها تلقائياً في ملف منظّم.
output/domain.txt جاهزة للاستخدام
domain.txt جاهز للتمرير لـ httpx أو nmap
# تأكد من تثبيت:curl# HTTP requestsjq# JSON parsingawk# text processing
git clone https://github.com/az7rb/subdomain-apiST.git cd subdomain-apiST chmod +x subdomain-apiST.sh# افتح السكريبت وضع API key الخاص بك:nano subdomain-apiST.sh# ابحث عن: APIKEY: x0x0x0x0... واستبدلها بمفتاحك
# scan دومين./subdomain-apiST.sh example.com# النتائج تُحفظ في:output/example.com.txt# pipe مع httpx./subdomain-apiST.sh example.com && httpx -l output/example.com.txt
[+] Total found in API: 142
[+] Saved to output/example.com.txt: 142
api.example.com
dev.example.com
staging.example.com
mail.example.com
...