Merge pull request #1991 from projectdiscovery/exposed-glances-api

Create exposed-glances-api.yaml
patch-1
Prince Chaddha 2021-07-14 14:35:25 +05:30 committed by GitHub
commit 1485f97e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'title">Glances</title>'
- 'glances.config'
- '<glances></glances>'
part: body
condition: and