Merge pull request #5954 from tess-ss/patch-56

Create smarterstats-setup-exposed.yaml
patch-1
Dhiyaneshwaran 2022-11-03 09:13:52 +05:30 committed by GitHub
commit fb2d26f1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: smarterstats-setup
info:
name: SmarterStats Setup Exposure
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Welcome to SmarterStats!"
tags: misconfig,smarterstats,exposure
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