Skip to content

Commit 07992fe

Browse files
committed
improve manual
1 parent ae18c6d commit 07992fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
2830
Command-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
3636
java -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+
4446
Command-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
5353
java -jar rocketmq-attack-1.1-SNAPSHOT.jar AttackNamesrv --target <host:port> --file <file_path> --data <content>
5454

0 commit comments

Comments
 (0)