Create README.md

This commit is contained in:
sayers522
2020-06-27 17:49:20 +08:00
committed by GitHub
parent b18bbee973
commit 46bfbcc727

11
README.md Normal file
View File

@@ -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
```