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
Global-Protect_VPN_Vuln — Testing a List of IP address incase they are vulnerable to CVE-2024-3400 | Kitploit
Tools/GitHubGitHub/p4rc3l/global-protect_vpn_vuln
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubp4rc3l/global-protect_vpn_vuln

Global-Protect_VPN_Vuln

Testing a List of IP address incase they are vulnerable to CVE-2024-3400

View Repository
23 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-2024-3400

This program was improved upon to include a safety-feature which will catch the cases that will cause this script to be caught in from excuting indefinitely.

The base script was created by retkoussa and referenced here.
Problem with the previous script:-
The script fails if the connection is reset by the Target Server --> Causing a Error.

What was changed:- Inserted a TRY/EXCEPT Block.

How to Use?

  • If you are testing a bunch of Servers for this vulnerability --> They are most likely using Global-Protect VPN to authenticate using PAN-OS as a base.
  • Perform DNS Resolution and gather all the IP addresses. Put them on a single file. Ex.: ip_CVE-2024-3400.txt
  • Run this Python script using: python3 CVE-2024-3400.py
  • When asked this, enter the filename as the argument: Enter the file path containing IP addresses: ip_CVE-2024-3400.txt
Download Tool