## https://sploitus.com/exploit?id=64C6A665-1056-54C4-A65B-D2454D1344FB
# 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.<br>
<br>
**CVE:** https://security.paloaltonetworks.com/CVE-2024-3400<br>
**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```