mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 02:03:35 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
22 lines
368 B
YAML
22 lines
368 B
YAML
id: google-frontend-httpserver
|
|
|
|
info:
|
|
name: Google frontend HttpServer
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
fofa-query: "Server: Google Frontend"
|
|
tags: tech,google,httpserver
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Google Frontend"
|