Skip to content

dorukcodes/subdomain-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Subdomain Scanner

Python Tool Status

Python ile yazdığım basit bir subdomain scanner.

Verdiğin domain için olası alt domainleri dener ve çalışanları bulur.


nasıl kullanılır

önce klasöre gir:

cd Desktop

sonra çalıştır:

python subdomain_scanner.py -d example.com

parametreler

-d  hedef domain (zorunlu)
-w  wordlist dosyası
-t  thread sayısı (default 20)
--timeout  istek süresi (default 3)

örnek kullanım

python subdomain_scanner.py -d google.com --threads 50

ne yapıyor

  • wordlistteki subdomainleri dener
  • dns kontrolü yapar
  • çalışanları listeler

örnek çıktı

[+] admin.example.com (200)
[+] api.example.com (403)

not

öğrenmek için yaptım, rastgele sitelerde kullanma 👍


github: https://github.com/dorukcodes

About

Simple and fast Python subdomain scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages