File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Download the latest built JAR file from [Releases](https://github.com/vulhub/roc
2525
2626### Attack Broker (CVE-2023 -33246)
2727
28+ Reproduce environment: [ CVE-2023 -33246] ( https://github.com/vulhub/vulhub/tree/master/rocketmq/CVE-2023-33246 )
29+
2830Command-line options:
2931
3032- ` -t, --target ` : Target address in host: port format
3133- ` -c, --cmd ` : Command to execute on the target
3234
33- Reproduce environment: [ CVE-2023 -33246] ( https://github.com/vulhub/vulhub/tree/master/rocketmq/CVE-2023-33246 )
34-
3535``` bash
3636java -jar rocketmq-attack-1.1-SNAPSHOT.jar AttackBroker --target < host:port> --cmd < command>
3737
@@ -41,14 +41,14 @@ java -jar rocketmq-attack-1.1-SNAPSHOT.jar AttackBroker --target 127.0.0.1:10911
4141
4242### Attack Nameserver (CVE-2023 -37582)
4343
44+ Reproduce environment: [ CVE-2023 -37582] ( https://github.com/vulhub/vulhub/tree/master/rocketmq/CVE-2023-37582 )
45+
4446Command-line options:
4547
4648- ` -t, --target ` : Target address in host: port format
4749- ` -f, --file ` : Target file path to write
4850- ` -d, --data ` : Content to write into the file
4951
50- Reproduce environment: [ CVE-2023 -37582] ( https://github.com/vulhub/vulhub/tree/master/rocketmq/CVE-2023-37582 )
51-
5252``` bash
5353java -jar rocketmq-attack-1.1-SNAPSHOT.jar AttackNamesrv --target < host:port> --file < file_path> --data < content>
5454
You can’t perform that action at this time.
0 commit comments