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.

  1. ping www.website.com ip
  2. curl ipinfo.io/ip-adress geo-location
  3. nslookup -query=soa www.website.com original dns

alternatively can use command dig find subdomains via dns:

  1. dig domain.com output in authority section dns servers used
  2. dig @dns.server domain.com afxr retrieve subdomains of domain.com

Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -