Skip to content

Commit

Permalink
Add poc-yaml-apache-storm-unauthorized-access (chaitin#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
wulalalaaa authored Nov 19, 2021
1 parent bc6aba3 commit abbe0ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pocs/apache-storm-unauthorized-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: poc-yaml-apache-storm-unauthorized-access
manual: true
transport: http
rules:
r0:
request:
cache: true
method: GET
path: /api/v1/cluster/summary
follow_redirects: false
expression: response.status == 200 && response.body.bcontains(b"{\"totalMem\":") && response.body.bcontains(b"\"stormVersion\":")
expression: r0()
detail:
author: wulalalaaa(https://github.com/wulalalaaa)
links:
- https://storm.apache.org/releases/current/STORM-UI-REST-API.html

0 comments on commit abbe0ae

Please sign in to comment.