40 lines
895 B
YAML
40 lines
895 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
|
|
|
|
# digest: 4a0a00473045022100bc7660c7a4dbb6450f0bc8c8d770b5ab3bec71ff5efd8da55802c00ff92bec0602206f4400721636eb7e12ff176dda7bd730617afbe127a768175bcf0b8b7184aafe:922c64590222798bb761d5b6d8e72950
|