Skip to content

Commit 8947f59

Browse files
authored
update subtitle about start server in Usage
1 parent 3c5dd9f commit 8947f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* You don't need to install anything except develop it.
44

55
## Usage
6-
### Common
6+
### Start LDAP and HTTP server
77
* ```Log4Shell.exe -host "1.1.1.1"```
88
* ```Log4Shell.exe -host "example.com"```
99

10-
### LDAPS and HTTPS server
10+
### Start LDAPS and HTTPS server
1111
* ```Log4Shell.exe -host "example.com" -tls-server -tls-cert "cert.pem" -tls-key "key.pem"```
1212
* ```Log4Shell.exe -host "1.1.1.1" -tls-server -tls-cert "cert.pem" -tls-key "key.pem"``` (need IP SANs)
1313

14-
### LDAPS and HTTPS server with ACME
14+
### Start LDAPS and HTTPS server with ACME
1515
* ```Log4Shell.exe -host "example.com" -auto-cert``` (must use domain name)
1616

1717
### Obfuscate malicious(payload) string

0 commit comments

Comments
 (0)