nuclei-templates/http/technologies/default-fastcgi-page.yaml

22 lines
381 B
YAML

id: default-fastcgi-page
info:
name: Fastcgi Default Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"FastCGI"
tags: tech,fastcgi
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>TurnKey NGINX PHP FastCGI Server</title>"
part: body