Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abstraction/aaead1055bf8c36e017a1c0b0031c8d8 to your computer and use it in GitHub Desktop.
Save abstraction/aaead1055bf8c36e017a1c0b0031c8d8 to your computer and use it in GitHub Desktop.

Revisions

  1. @githubfoam githubfoam created this gist Jul 31, 2025.
    28 changes: 28 additions & 0 deletions wayback maschine cheat sheet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    #====================================================================
    Manual Search via Web Interface

    Visit https://web.archive.org.

    Enter https://www.harvard.edu in the search bar.

    Browse archived snapshots (timeline/calendar view).

    Check URLs in the browser's address bar when viewing a snapshot. Look for:

    Parameters like ?id=..., ?token=..., etc.

    Unusual path segments (e.g., /admin/, /debug/).

    Inspect links on the archived page for sensitive parameters.

    #====================================================================
    Use Wayback Machine's CDX API

    # Example API request for all captures of harvard.edu
    curl "http://web.archive.org/cdx/search/cdx?url=www.harvard.edu/*&output=json&filter=statuscode:200"

    #====================================================================
    https://web.archive.org/web/*/https://www.harvard.edu/*?token=*
    https://web.archive.org/web/*/https://www.harvard.edu/*?session=*
    #====================================================================