XSS pumpk1n 发布于 4 小时前 7 次阅读 <?php$data=$_GET['file']; $myfile = fopen("file.txt", "w+"); fwrite($myfile, $data); fclose($myfile); ?>
Comments NOTHING