i want to write a script with php that it find subdomain s of a domain.
when i give a domain name as a parameter, it get domain and serarch to find subdomains of it.
(i don't know. maybe connect to online subdomain finder or use a wordlist to find subdomain or use google or... .)
how can i write this script?


