Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-1999-0524 — A Bash script to check if systems are vulnerable to ICMP Timestamp Request Remote Date Disclosure (CVE-1999-0524). | Kitploit
Tools/GitHubGitHub/b1tsec/cve-1999-0524
ReconnaissanceVulnerability ScannersScripting & AutomationInformation GatheringNetwork SecurityPenetration Testing
GitHubb1tsec/cve-1999-0524

CVE-1999-0524

A Bash script to check if systems are vulnerable to ICMP Timestamp Request Remote Date Disclosure (CVE-1999-0524).

View Repository
129 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
cat targets.txt
127.0.0.1
127.0.1.1
10.10.10.10

Run script

root@kitploit:~
sudo ./CVE-1999-0524.sh targets.txt
Download Tool