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