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.cloudpatch-1
parent
82fe26f853
commit
eabd6aed20
|
@ -15,3 +15,9 @@ requests:
|
|||
words:
|
||||
- "<title>Grafana</title>"
|
||||
part: body
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Grafana ([v0-9.]+)'
|
||||
|
|
Loading…
Reference in New Issue