Share
## https://sploitus.com/exploit?id=5C5D6632-39BD-58FA-BE17-3AD7021DD8EE
# CVE-2022-30525
CVE-2022-30525 POC exploit

# Usage 
```shell
usage: exploit.py [-h] [-t TARGET] [-lhost LOCALHOST] [-lport LOCALPORT]

optional arguments:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        IP address of the target, eg: https://127.0.0.1:9443
  -lhost LOCALHOST, --localhost LOCALHOST
                        IP address for reverse shell, eg: 127.0.0.1
  -lport LOCALPORT, --localport LOCALPORT
                        Port number for reverse shell, eg: 1337
```