Glowroot-anonymous-access
parent
9feadf4535
commit
9c5a43e25d
|
@ -0,0 +1,23 @@
|
|||
id: glowroot-anonymous-access
|
||||
info:
|
||||
name: Glowroot Anonymous User
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
description: Anonymous user access allows to understand the host internals
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22Glowroot%22
|
||||
tags: misconfig, unauth
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/error/messages?transaction-type=Web'
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "defaultTransactionType"
|
||||
- "slowThresholdMillis"
|
||||
- "60000"
|
||||
- "Transactions"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue