mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-14 06:33:24 +08:00
Create google-frontend-httpserver.yaml
This commit is contained in:
22
technologies/google-frontend-httpserver.yaml
Normal file
22
technologies/google-frontend-httpserver.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
id: google-frontend-httpserver
|
||||
|
||||
info:
|
||||
name: Google frontend HttpServer
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: "Server: Google Frontend"
|
||||
tags: tech,google,httpserver
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "Google Frontend"
|
||||
- "1.1 google"
|
||||
Reference in New Issue
Block a user