Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Forked from remy/check.sh
Last active February 22, 2022 00:52
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Check original domain registration date of a domain
DOMAIN='brandonb.ca'; curl http://web.archive.org/cdx/search/cdx\?limit\=1\&url\=$DOMAIN | awk '{ print $2 }' | xargs date -j -f "%Y%m%d%H%M%S"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment