nuclei-templates/http/exposed-panels/pagespeed-global-admin.yaml

44 lines
924 B
YAML
Raw Normal View History

2021-07-24 19:26:30 +00:00
id: pagespeed-global-admin
info:
2023-01-27 14:57:27 +00:00
name: Pagespeed Global Admin - Detect
2021-07-24 19:26:30 +00:00
author: geeknik
2023-01-27 14:57:27 +00:00
severity: info
description: Pagespeed Global Admin panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.modpagespeed.com/
2023-01-27 14:57:27 +00:00
tags: pagespeed,panel
metadata:
max-request: 1
2021-07-24 19:26:30 +00:00
http:
2021-07-24 19:26:30 +00:00
- method: GET
headers:
X-Client-IP: "127.0.0.1"
X-Remote-IP: "127.0.0.1"
X-Remote-Addr: "127.0.0.1"
X-Forwarded-For: "127.0.0.1"
X-Originating-IP: "127.0.0.1"
X-Host: "127.0.0.1"
X-Forwarded-Host: "127.0.0.1"
2021-07-25 20:46:29 +00:00
2021-07-24 19:26:30 +00:00
path:
- "{{BaseURL}}/pagespeed-global-admin/"
2021-07-25 20:46:29 +00:00
2021-07-24 19:26:30 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "X-Mod-Pagespeed"
part: header
2021-07-25 20:46:29 +00:00
2021-07-24 19:26:30 +00:00
- type: status
status:
- 200
2023-01-27 14:57:27 +00:00
# Enhanced by cs 01/26/2023