Skip to content

Instantly share code, notes, and snippets.

@brandonb927
Forked from remy/check.sh
Last active February 22, 2022 00:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brandonb927/eda6a1a0482c909fe760322dfe1645c6 to your computer and use it in GitHub Desktop.
Save brandonb927/eda6a1a0482c909fe760322dfe1645c6 to your computer and use it in GitHub Desktop.
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