mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update druid_exploit.py
This commit is contained in:
parent
cfbd3ae18c
commit
eddf7305fd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue