Skip to content

Nginx Default Test Page

ID: default-nginx-page

Severity: info

Author: dhiyaneshDk

Tags: tech,nginx

id: default-nginx-page
info:
name: Nginx Default Test Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Welcome to nginx!"
tags: tech,nginx
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Welcome to nginx!</title>"
part: body
# digest: 4a0a0047304502204e669aa0bd4c08b89fd104260dbd3e92ca3e7fe899ce574f80a878893354f114022100b785dd68e2878f7708c41f4de95a0d551505e191488d23133ee683449a3cadcc: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/nginx/default-nginx-page.yaml"

View on Github