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-2024-3400 | Kitploit
Tools/GitHubGitHub/wa6n3r/cve-2024-3400
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubwa6n3r/cve-2024-3400

CVE-2024-3400

View Repository
114 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

Author: wa6n3r | GitHub | Web

Description

Tool for automated exploitation of the CVE-2024-3400 vulnerability in Palo Alto Networks PAN-OS devices. Supports multithreaded scanning, automatic artifact download, and detailed logging.

!!!Important: Use only on systems for which you have explicit permission to test.

Requirements

  • Python 3.8+
  • Dependencies:
    • requests>=2.28.0
    • rich>=12.0.0
    • urllib3>=1.26.0

Installation

root@kitploit:~
# Clone or create the project
git clone https://github.com/wa6n3r/CVE-2024-3400 && cd CVE-2024-3400

# Install dependencies
pip install -r requirements.txt

# Basic run
python exploit.py -f targets.txt -t 50

# Parameters:
#   -f, --file     File with list of targets (required)
#   -t, --threads  Number of threads (default: 100)

# Targets file format (targets.txt)
example.com
https://target.local:443
192.168.1.100

# Output files
maybe_rce.log - Targets where exploit was successfully sent
confirmed_rce.log - Confirmed RCE cases (file accessible)
output/ - Downloaded cert.main.css files named {domain}_cert.main.css
Download Tool