We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5dd9f commit 8947f59Copy full SHA for 8947f59
README.md
@@ -3,15 +3,15 @@
3
* You don't need to install anything except develop it.
4
5
## Usage
6
- ### Common
+ ### Start LDAP and HTTP server
7
* ```Log4Shell.exe -host "1.1.1.1"```
8
* ```Log4Shell.exe -host "example.com"```
9
10
- ### LDAPS and HTTPS server
+ ### Start LDAPS and HTTPS server
11
* ```Log4Shell.exe -host "example.com" -tls-server -tls-cert "cert.pem" -tls-key "key.pem"```
12
* ```Log4Shell.exe -host "1.1.1.1" -tls-server -tls-cert "cert.pem" -tls-key "key.pem"``` (need IP SANs)
13
14
- ### LDAPS and HTTPS server with ACME
+ ### Start LDAPS and HTTPS server with ACME
15
* ```Log4Shell.exe -host "example.com" -auto-cert``` (must use domain name)
16
17
### Obfuscate malicious(payload) string
0 commit comments