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/swaybs/cve-2024-3400
Indicator of Compromise (IOC) ManagementVulnerability AnalysisExploitationNetwork SecurityThreat IntelligenceIncident Response
GitHubswaybs/cve-2024-3400

CVE-2024-3400

Python script to check Palo Alto firewalls for CVE-2024-3400 exploit attempts

View Repository
242 years 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

PAN-OS CVE-2024-3400 Check

Overview

[FOR INTERNAL USE ONLY]

This script checks for evidence of the CVE-2024-3400 PAN-OS exploit on Palo Alto Networks firewalls.

CVE: https://security.paloaltonetworks.com/CVE-2024-3400
IOCs: https://otx.alienvault.com/pulse/66198c3b58d2dd2ad4043bc6/

Requirements

  • Python 3.6+
  • netmiko library
  • tqdm library

Installation

  1. Clone the repository: git clone https://github.com/swaybs/CVE-2024-3400.git
  2. Navigate to the project directory: cd cve-2024-3400
  3. Install the dependencies using pip: pip install -r requirements.txt

Usage

  1. Edit the script to replace the placeholder values with your actual firewall credentials and command to run.
  2. Run the script: python check_cve.py
Download Tool