Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Remote-Integer-Overflow-Vulnerability — 为Nginx漏洞(CVE-2017-7529)添加了Python漏洞代码 | Kitploit
工具/GitHubGitHub/insecrez/remote-integer-overflow-vulnerability
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubinsecrez/remote-integer-overflow-vulnerability

Remote-Integer-Overflow-Vulnerability

为Nginx漏洞(CVE-2017-7529)添加了Python漏洞代码

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
5年前尚未审核
分享

Nginx:远程整数溢出漏洞

该仓库包含一个较老但仍存在的Nginx漏洞,名为“远程整数溢出漏洞(CVE-2017-7529)”。该漏洞针对较旧的Nginx服务器(>>1.13)。(例外:Nginx 1.12)

设置:

  • 下载sys库和requests库。
  • 如果同时拥有os库会更好。

可利用的漏洞包括:

root@kitploit:~
    1) Reading Sensitive Headers during an Intercept of Requests.
   
    2) Revealing Sensitive Informatino containing real IP Addresses.

此仓库包含:

root@kitploit:~
    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.

使用步骤:

root@kitploit:~
    1) python3 vulnchecker.py --url <http://example.com/>
    2) python3 exploit.py --url <http://example.com/>  

请在第一步执行成功后再使用第二步,否则将浪费你的时间。

保持为善而黑客

下载工具