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

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

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

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

工具目录

分类

查看所有分类
Loading categories
http-vuln-CVE-2019-16759 — 检测vBulletin 5.x未经身份验证远程代码执行漏洞(CVE-2019-16759)的Nmap NSE脚本 | Kitploit
工具/GitHubGitHub/r00tpgp/http-vuln-cve-2019-16759
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubr00tpgp/http-vuln-cve-2019-16759

http-vuln-CVE-2019-16759

检测vBulletin 5.x未经身份验证远程代码执行漏洞(CVE-2019-16759)的Nmap NSE脚本

查看仓库
36年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

概要

简单的 NSE 脚本,用于检测 vBulletin 5.x 0day 预认证 RCE。 此脚本应适用于从 5.0.0 到 5.5.4 的所有版本。

安装

$ git clone https://github.com/r00tpgp/http-vuln-CVE-2019-16759 $ cd http-vuln-CVE-2019-16759/ $ sudo cp http-vuln-CVE-2019-16759.nse /usr/share/nmap/scripts/

用法

$ sudo nmap --script http-vuln-CVE-2019-16759 -p 80 -sSV <target_ip_addr> Starting Nmap 7.80 ( https://nmap.org ) at 2019-09-25 11:45 +08 Nmap scan report for <target_ip_addr> Host is up (0.32s latency).

PORT STATE SERVICE VERSION 80/tcp open http Apache httpd 2.4.39 ((Amazon) PHP/7.2.17) |http-server-header: Apache/2.4.39 (Amazon) PHP/7.2.17 | http-vuln-CVE-2019-16759: | VULNERABLE: | vBulletin 5.x 0day pre-auth RCE exploit | State: VULNERABLE | IDs: CVE:CVE-2019-16759 | vBulletin 5.x 0day pre-auth RCE exploit | This should work on all versions from 5.0.0 till 5.5.4 |
| Disclosure date: 2019-09-23 | References: | https://seclists.org/fulldisclosure/2019/Sep/31 | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16759 |
https://nvd.nist.gov/vuln/detail/CVE-2019-16759

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 12.73 seconds

下载工具