Skip to content

Commit

Permalink
add poc kafka-manager-unauth.yml (chaitin#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquilao authored Jan 20, 2021
1 parent 13ac567 commit 528778d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pocs/kafka-manager-unauth.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: poc-yaml-kafka-manager-unauth
rules:
- method: GET
path: /
follow_redirects: false
expression: |
response.status == 200 && response.body.bcontains(b"Kafka Manager</a>") && response.body.bcontains(b"<title>Kafka Manager</title>") && response.body.bcontains(b"Add Cluster")
detail:
author: Aquilao(https://github.com/Aquilao)
links:
- https://blog.csdn.net/qq_36923426/article/details/111361158

0 comments on commit 528778d

Please sign in to comment.