CVE-2024-9474 Exploit Tool
CVE-2024-9474 is a tool designed to exploit a vulnerability in PAN-OS, allowing for authentication bypass and remote code execution (RCE). This tool is intended for research purposes only and should be used responsibly.
Key Features:
- Single Target Mode: Easily run the exploit against a single target using the command
go run main.go -u https://example.org
. - Batch Mode: Execute the exploit against multiple targets by providing a file with target URLs using the command
go run main.go -f targets.txt -o results.txt
.
Benefits:
- Research Utility: A valuable resource for security researchers and penetration testers to understand and demonstrate the vulnerability.
- Open Source: Contribute to the development and improvement of the tool on GitHub.
Highlights:
- Actively maintained with contributions from the community.
- Clear instructions for usage and setup in the repository.