You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wb ()
{
if [[ -z$1 ]];thenecho"Usage: $0 URL";else
curl "http://web.archive.org/cdx/search/cdx?url=$1/*&output=json&fl=original,timestamp"2> /dev/null | jq '.[1:][] |"https://web.archive.org/web/" +.[1] + "/" + .[0]'2> /dev/null;fi
}`## See also[Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl.](https://github.com/lc/gau)
No description provided.
The text was updated successfully, but these errors were encountered: