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

20 lines
395 B
YAML
Raw Normal View History

2021-05-30 14:43:01 +00:00
id: default-fastcgi-page
info:
2021-05-30 14:45:18 +00:00
name: Fastcgi Default Test Page
2021-05-30 14:43:01 +00:00
author: dhiyaneshDk
2021-05-31 04:51:03 +00:00
severity: info
reference:
- https://www.shodan.io/search?query=http.title%3A%22FastCGI%22
2021-05-31 04:51:03 +00:00
tags: tech,fastcgi
2021-05-30 14:43:01 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>TurnKey NGINX PHP FastCGI Server</title>"
2021-05-31 04:51:03 +00:00
part: body