Share
## https://sploitus.com/exploit?id=669316AC-3FCD-51BA-AFA7-A33BEAE0CBCC
# CVE-1999-0524
A Bash script to check if systems are vulnerable to ICMP Timestamp Request Remote Date Disclosure (CVE-1999-0524).

How to use
1. Make sure hping3 is installed and in your PATH.
2. Create a file that contains the targets, in IPv4 format and each target on a new line.
3. Make the script executable
4. Run

Targets.txt example file
```
cat targets.txt
127.0.0.1
127.0.1.1
10.10.10.10
```

Run script
```
sudo ./CVE-1999-0524.sh targets.txt
```