mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-26 08:41:53 +08:00
Updated 2、JNDI Service startup (markdown)
+18
-17
@@ -3,24 +3,25 @@
|
||||
使用 ```java -jar JYso-[version].jar -j -h``` 查看参数说明,其中 ```--ip``` 参数为必选参数
|
||||
|
||||
```
|
||||
Usage: java -jar JYso-[version].jar -j [options]
|
||||
Usage: java -jar JYso.jar [options]
|
||||
Options:
|
||||
* -i, --ip Local ip address (default: 0.0.0.0)
|
||||
-lPs, --ldapsPort Ldaps bind port (default: 1669)
|
||||
-rP, --rmiPort rmi bind port (default: 1099)
|
||||
-lP, --ldapPort Ldap bind port (default: 1389)
|
||||
-hP, --httpPort Http bind port (default: 3456)
|
||||
-u, --user ldap bound account
|
||||
-p, --PASSWD ldap binding password
|
||||
-v, --version Show version
|
||||
-ga, --gadgets Show gadgets
|
||||
-tP, --TLSProxy TLS port forwarding
|
||||
-kF, --keyFile Path to the TLS private key file
|
||||
-cF, --certFile Path to the TLS certificate file
|
||||
-ak, --AESkey AES+BAse64 decryption of routes (default: 123)
|
||||
-c, --command RMI this command
|
||||
-h, --help Show this help
|
||||
-j, --jndi starter
|
||||
-i, --ip Local ip address (default: 0.0.0.0)
|
||||
-lPs, --ldapsPort Ldaps bind port (default: 1669)
|
||||
-rP, --rmiPort rmi bind port (default: 1099)
|
||||
-lP, --ldapPort Ldap bind port (default: 1389)
|
||||
-hP, --httpPort Http bind port (default: 3456)
|
||||
-u, --user ldap bound account
|
||||
-v, --version Show version
|
||||
-ga, --gadgets Show gadgets
|
||||
-cF, --certFile JKS certificate file Path
|
||||
-kP, --keyPass TLS private key
|
||||
-tP, --TLSPort TLS port
|
||||
-p, --PASSWD ldap binding password
|
||||
-j, --jndi starter
|
||||
-t, --TLSProxy TLS port forwarding
|
||||
-ak, --AESkey AES+BAse64 decryption of routes (default: 123)
|
||||
-c, --command RMI this command
|
||||
-h, --help Show this help
|
||||
```
|
||||
|
||||
# 一般启动
|
||||
|
||||
Reference in New Issue
Block a user