Created
June 28, 2012 00:04
Revisions
-
scpike created this gist
Jun 28, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ This will decode your rails cookie > curl -c - localhost:3000 <copy cookie> > ruby -e "require 'base64'; puts Marshal.load(Base64.decode64('<copy here>'.split('--').first))"