Projects STRLCPY CVE-2024-3400 Commits a9563c3c
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 48 lines
    49 49   
    50 50  ## Instructions for Secure Usage
    51 51  ### SSL Certificate Verification
    52  -The script will automatically ask for the file path of the SSL certificate from the PAN-OS firewall server. If no path is given, the script will automatically set SSL verification to false, effectively disabling SSL.
    53  - 
    54  -If you have the root CA certificate of the PAN-OS firewall server, you can manually specify its path using the verify parameter in the script (line 18).
    55  - 
    56  - - Example:
    57  - ```bash
    58  - response = requests.post(url, headers=headers, data=data, timeout=5, verify='/path/to/root_CA_certificate.pem')
     52 +The script will ask for the file path of the SSL certificate from the PAN-OS firewall server. If no path is given, the script will automatically set SSL verification to false, effectively disabling SSL.
    59 53   
    60 54  ## CSV File Instructions
    61 55  This script allows you to exploit multiple targets of vulnerable PAN-OS Firewalls using a CSV file. Below are the instructions for formatting the CSV file correctly:
    skipped 27 lines
Please wait...
Page is in error, reload to recover