Created
January 19, 2015 13:24
-
-
Save thomaspatzke/c3ef3f630b6ced34fb18 to your computer and use it in GitHub Desktop.
Extract POST parameter (here javax.faces.ViewState) from files with saved HTTP requests
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 characters
grep javax.faces.ViewState POSTs.xml | perl -mURI::Escape -ne '/javax\.faces\.ViewState=(.*?)&/; print URI::Escape::uri_unescape($1); print "\n"' | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment