## https://sploitus.com/exploit?id=427AC668-E4DA-5FEF-9D72-F12A19BF6221
# Automation for Juniper CVE:2023-36845
## Overview
is a bash script designed to check for the CVE-2023-36845 vulnerability. This script processes a list of IP addresses, sends a request to each, and determines whether the system is vulnerable based on the response.
## Usage
To use the script, run it from the command line with the following options:
```bash
chmod +x exploit.sh
./exploit.sh -f ip_list.txt
```
[Automation Hacks: Unearthing a Critical RCE the Easy Way](https://asbawy.medium.com/automation-hacks-unearthing-a-critical-rce-the-easy-way-ad64f01a06a3)