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
Tools/GitHubGitHub/0dteam/cve-2024-22024
Vulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration TestingLearning & Education
GitHub0dteam/cve-2024-22024

CVE-2024-22024

Check for CVE-2024-22024 vulnerability in Ivanti Connect Secure

View Repository
3172 years agoReviewed by Kitploit

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-2024-22024

Check for CVE-2024-22024 vulnerability in Ivanti Connect Secure

[!WARNING] FOR EDUCATIONAL PURPOSE AND AUTHORIZED TESTING ONLY.

Parameters

  • -u or --target_url: The target Ivanti Connect Secure (ICS) URL or file with list of URLs.

  • -c or --attacker_url: The attacker URL (generate one using Burp Collaborator, ngrok, or by using a unique URL from Webhook.site)

  • -t or --timeout: Timeout in seconds for the request (default is 3 seconds)

How to use

Testing a single URL:

python .\cve_2024_22024.py -u http://vpn.example.com -c http://potatodynamicdns.oastify.com

Testing list of URLs:

python .\cve_2024_22024.py -u .\urls_list.txt -c http://potatodynamicdns.oastify.com

Using a different timeout (5 seconds):

python .\cve_2024_22024.py -u .\urls_list.txt -c http://potatodynamicdns.oastify.com -t 5

Credits

Whoever discovered the vulnerability .. I just read the PoC and automated this.

0dteam website

Download Tool