From eddf7305fd8fc45c6c986d3fa54e0c04b356d6db Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Tue, 12 Sep 2023 17:45:08 -0400 Subject: [PATCH] Update druid_exploit.py --- web_application_testing/additional_exploits/druid_exploit.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_application_testing/additional_exploits/druid_exploit.py b/web_application_testing/additional_exploits/druid_exploit.py index 329bfa9..7e4a5f7 100644 --- a/web_application_testing/additional_exploits/druid_exploit.py +++ b/web_application_testing/additional_exploits/druid_exploit.py @@ -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