Skip to content

Instantly share code, notes, and snippets.

@brunneis
Last active January 18, 2018 19:07
Show Gist options
  • Save brunneis/c38ab8ea97b079cc9856eb407bcbfa21 to your computer and use it in GitHub Desktop.
Save brunneis/c38ab8ea97b079cc9856eb407bcbfa21 to your computer and use it in GitHub Desktop.
Recover an html file from Chrome's cache

Do not load the target page until proceed

  1. Go to chrome://view-http-cache/
  2. Open the document you want to restore
  3. Copy the buffer from the second block of hex data to a file (input.txt)
  4. Execute the following command:

xxd -r < input.txt > output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment