Skip to content

Pagespeed Detection

ID: pagespeed-detect

Severity: info

Author: geeknik

Tags: tech,pagespeed

id: pagespeed-detect
info:
name: Pagespeed Detection
author: geeknik
severity: info
metadata:
verified: true
max-request: 1
shodan-query: "X-Mod-Pagespeed:"
tags: tech,pagespeed
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "X-Mod-Pagespeed:"
# digest: 4b0a00483046022100c8ebd260469ace7926ca74d139610641185260938845f3d94416131b615039dc022100ec88c06b82a9df6079cdfd1f7d2fce35338a36e87f94f705d5a0504810a2575a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/pagespeed-detect.yaml"

View on Github