Skip to content

Nginx HTTP Server Amazon Linux

ID: nginx-linux-page

Severity: info

Author: dhiyaneshDk

Tags: tech,nginx,amazon

id: nginx-linux-page
info:
name: Nginx HTTP Server Amazon Linux
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Test Page for the Nginx HTTP Server on Amazon Linux"
tags: tech,nginx,amazon
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Test Page for the Nginx HTTP Server on Amazon Linux</title>'
condition: and
# digest: 4b0a004830460221009e35e4de2016e4c94b9e3487fd73ee38889401f9d2b562ad50ed452643636807022100b14aa09da39052858671b5e19cb28441c93fc5f67ecbdc22b498b8406f537f39: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/nginx-linux-page.yaml"

View on Github