Update druid_exploit.py

This commit is contained in:
Omar Santos 2023-09-12 17:45:08 -04:00
parent cfbd3ae18c
commit eddf7305fd

View file

@ -1,5 +1,9 @@
'''
This script exploits the Druid RCE vulnerability (CVE-2023-25194) to execute commands on the target machine.
The script takes the following arguments:
-t, --target: target IP or hostname
-j, --jndi-ip: jndi_ip
-c, --cmd: command to execute
'''
import argparse