Python ile yazdığım basit bir subdomain scanner.
Verdiğin domain için olası alt domainleri dener ve çalışanları bulur.
önce klasöre gir:
cd Desktopsonra çalıştır:
python subdomain_scanner.py -d example.com-d hedef domain (zorunlu)
-w wordlist dosyası
-t thread sayısı (default 20)
--timeout istek süresi (default 3)python subdomain_scanner.py -d google.com --threads 50- wordlistteki subdomainleri dener
- dns kontrolü yapar
- çalışanları listeler
[+] admin.example.com (200)
[+] api.example.com (403)
öğrenmek için yaptım, rastgele sitelerde kullanma 👍
github: https://github.com/dorukcodes