
Code de vulnérabilité ajouté en Python pour la vulnérabilité Nginx (CVE-2017-7529)
Ce dépôt contient une vulnérabilité Nginx ancienne mais toujours existante nommée « Remote Integer Overflow Vulnerability (CVE-2017-7529) ». La vulnérabilité concerne les anciens serveurs Nginx (>>1.13). (Exception pour 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/>