nuclei-templates/misconfiguration/smarterstats-setup.yaml

36 lines
684 B
YAML
Raw Normal View History

id: smarterstats-setup
2022-11-02 18:06:56 +00:00
info:
name: SmarterStats Setup Exposure
2022-11-02 18:06:56 +00:00
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Welcome to SmarterStats!"
tags: misconfig,smarterstats,exposure
2022-11-02 18:06:56 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/Admin/frmWelcome.aspx'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "SmarterStats - SmarterStats"
- "Create System Administrator"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200