/extract_post_parameters_from_burpexport-without_xmlstarlet.sh
Created Jan 19, 2015
Extract POST parameter (here javax.faces.ViewState) from files with saved HTTP requests
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