Update grafana-detect.yaml

Tests:

nuclei  -t  nuclei-templates/exposed-panels/grafana-detect.yaml -u https://grafana.aa.com
nuclei  -t  nuclei-templates/exposed-panels/grafana-detect.yaml -u https://insights.bpost.cloud
patch-1
Philippe Delteil 2021-06-18 20:07:06 -04:00 committed by GitHub
parent 82fe26f853
commit eabd6aed20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,9 @@ requests:
words:
- "<title>Grafana</title>"
part: body
extractors:
- type: regex
part: body
group: 1
regex:
- 'Grafana ([v0-9.]+)'