Merge pull request #5882 from tess-ss/patch-40

Create binom-installer-exposed.yaml
patch-1
Prince Chaddha 2022-10-28 11:48:00 +05:30 committed by GitHub
commit 45ad0c15fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: binom-installer
info:
name: Binom Installer Exposure
author: tess
severity: high
metadata:
verified: true
shodan-query: title:"Install Binom"
tags: misconfig,binom,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/'
- '{{BaseURL}}/?page=step_1'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Install Binom</title>'
- 'System check'
condition: and
- type: status
status:
- 200