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