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.com
ipcurl ipinfo.io/ip-adress
geo-locationnslookup -query=soa www.website.com
original dns
alternatively can use command dig
find subdomains via dns:
dig domain.com
output in authority section dns servers useddig @dns.server domain.com afxr
retrieve subdomains of domain.com
Comments
Post a Comment