Express Default Page
ID: express-default-page
Severity: info
Author: DhiyaneshDk
Tags: tech,express
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: express-default-page
info: name: Express Default Page author: DhiyaneshDk severity: info metadata: verified: true max-request: 1 shodan-query: html:"Welcome to Express" tags: tech,express
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "<title>Express</title>" - "Welcome to Express" condition: and
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a00473045022100d9ab58e21285774c0eecefa8dadb598debc42d119816887052beb18fdedb64b60220196e4a036ace2b5a9101eb5a3029fa299a182f44eef9d10bb9cf12f36060d06a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/express-default-page.yaml"