37 lines
790 B
YAML
37 lines
790 B
YAML
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: 4b0a004830460221008b75e6ec2193324df7ec5314f46a47694d92f39287a7007d07fc079009c037f102210081d4d0dac6631142a5ebaa796e40fcace8a49585c0b2a9b721fff6ac4a338f54:922c64590222798bb761d5b6d8e72950
|