Skip to content

Instantly share code, notes, and snippets.

@noobh4x
Last active April 2, 2019 21:15
Show Gist options
  • Save noobh4x/9586bb9e74a9161359994c8a33196231 to your computer and use it in GitHub Desktop.
Save noobh4x/9586bb9e74a9161359994c8a33196231 to your computer and use it in GitHub Desktop.
Alias to search for domains on web.archive.org
# Add this to .bashrc or .bash_aliases
waybackurls() {
curl --silent "http://web.archive.org/cdx/search/cdx?url=$1*&output=text&fl=original&collapse=urlkey"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment