unix - Command to retrieve all informations from a website -
is there unix command retrieve informations possible website?
i mean info like: ip, ip geo location, (sub-)domains, alternative domain names, name server, , other informations i'm thinking about.
i know whois, there else? gives more informations?
thanks
i don't know command can of @ once simple pipeline should work too.
ping www.website.comipcurl ipinfo.io/ip-adressgeo-locationnslookup -query=soa www.website.comoriginal dns
alternatively can use command dig find subdomains via dns:
dig domain.comoutput in authority section dns servers useddig @dns.server domain.com afxrretrieve subdomains of domain.com
Comments
Post a Comment