38 lines
700 B
YAML
38 lines
700 B
YAML
id: smarterstats-setup
|
|
|
|
info:
|
|
name: SmarterStats Setup Exposure
|
|
author: tess
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Welcome to SmarterStats!"
|
|
tags: misconfig,smarterstats,exposure
|
|
|
|
http:
|
|
- 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
|