nuclei-templates/exposures/logs/exposed-glances-api.yaml

28 lines
590 B
YAML
Raw Normal View History

2021-07-14 07:07:51 +00:00
id: exposed-glances-api
info:
name: Exposed Glances API
author: princechaddha
severity: low
description: Glances is a cross-platform system monitoring tool written in Python.
reference: https://nicolargo.github.io/glances/
tags: glances,exposure
requests:
- method: GET
path:
2021-07-14 08:50:18 +00:00
- "{{BaseURL}}"
2021-07-14 07:07:51 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-07-14 08:50:18 +00:00
2021-07-14 07:07:51 +00:00
- type: word
words:
- 'title">Glances</title>'
- 'glances.config'
- '<glances></glances>'
part: body
condition: and