Merge pull request #7865 from pentesttools-com/Fix-RocketMQ-Broker-Unauth
Fix Apache-rocketmq-broker-unauth.yamlpatch-1
commit
e834535479
|
@ -25,6 +25,7 @@ tcp:
|
|||
- "{{Host}}:10911"
|
||||
read-size: 2048
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
|
@ -32,4 +33,9 @@ tcp:
|
|||
- language
|
||||
- opaque
|
||||
- version
|
||||
condition: and
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "HTTP/1.1"
|
||||
negative: true
|
||||
|
|
Loading…
Reference in New Issue