HTTP_PROXYの脆弱性
2016年7月19日 Linux■HTTP_PROXYの脆弱性
https://www.jpcert.or.jp/at/2016/at160031.html
対策メモ
確認方法
curl -k -H ’Proxy: IP address’ "URL"
https://www.jpcert.or.jp/at/2016/at160031.html
対策メモ
http.conf
mod_headers
RequestHeader unset Proxy
確認方法
curl -k -H ’Proxy: IP address’ "URL"
コメント