
Python में Nginx भेद्यता (CVE-2017-7529) के लिए Vulnerability Code जोड़ा गया
यह रिपॉजिटरी एक पुरानी लेकिन अब भी मौजूद 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/>