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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2019-6203-PoC — CVE-2019-6203 的 PoC,适用于 iOS < 12.2、macOS < 10.14.4 | Kitploit
工具/GitHubGitHub/qingxp9/cve-2019-6203-poc
Wi-Fi审计漏洞分析漏洞利用无线安全渗透测试红队
GitHubqingxp9/cve-2019-6203-poc

CVE-2019-6203-PoC

CVE-2019-6203 的 PoC,适用于 iOS < 12.2、macOS < 10.14.4

查看仓库
281267年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2019-6203-PoC

所有 Apple 设备中都存在一个 PEAP 漏洞,攻击者可利用该漏洞强制任意 Apple 设备(iOS、macOS 或 tvOS)关联到恶意接入点。

这是 CVE-2019-6203 的 PoC,适用于 iOS < 12.2、macOS < 10.14.4,已在 Kali Linux 上测试。

你需要一张支持 AP 模式 的 Wi-Fi 网卡来运行此 PoC。你可以通过运行 iw list 来检查,输出类似:

root@kitploit:~
Supported interface modes:
	 * IBSS
	 * managed
	 * AP
	 * AP/VLAN
	 * monitor
	 * mesh point

用法

root@kitploit:~
apt install hostapd-wpe dnsmasq
git clone https://github.com/qingxp9/CVE-2019-6203-PoC
cd CVE-2019-6203-PoC
python CVE-2019-6203-PoC.py -i wlan0

#with Internet
python CVE-2019-6203-PoC.py -i wlan0 -o eth0

参考

  • https://sensepost.com/blog/2019/understanding-peap-in-depth/
  • https://www.freebuf.com/vuls/203484.html

视频: https://youtu.be/UEzdtkcnrYw

下载工具