
Nginx脆弱性(CVE-2017-7529)に対するPythonの脆弱性コードを追加
このリポジトリは、古いながらも現存するNginxの脆弱性「Remote Integer Overflow Vulnerability (CVE-2017-7529)」について扱います。この脆弱性は古いNginxサーバー(>>1.13)を対象としています(Nginx 1.12は例外)。
1) Reading Sensitive Headers during an Intercept of Requests.
2) Revealing Sensitive Informatino containing real IP Addresses.
1) vulnchecker.py : The scripts that checks for R.I.V.O Vulnerability in Nginx servers.
2) exploit.py : The script that will exploit sensitive headers where Nginx server v1.1x (except v1.12) is running.
1) python3 vulnchecker.py --url <http://example.com/>
2) python3 exploit.py --url <http://example.com/>