Resolve some issues to capture missed items
parent
8ddf17ee42
commit
abfcb267c4
|
@ -2,7 +2,7 @@ id: sidekiq-dashboard
|
|||
|
||||
info:
|
||||
name: Sidekiq Dashboard Panel - Detect
|
||||
author: dhiyaneshDK
|
||||
author: dhiyaneshDK,AmirMSafari
|
||||
severity: medium
|
||||
description: Sidekiq Dashboard panel was detected.
|
||||
reference:
|
||||
|
@ -23,11 +23,15 @@ http:
|
|||
- "{{BaseURL}}/sidekiq"
|
||||
|
||||
matchers-condition: and
|
||||
redirects: true
|
||||
max-redirects: 3
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- <title>Sidekiq</title>
|
||||
- <title>Sidekiq Enterprise</title>
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue