Create easy-viserlabs-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-20 11:45:39 +05:30 committed by GitHub
parent 7f8961f6ff
commit b816472967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: easy-viserlabs-installer
info:
name: Easy Installer by ViserLab - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a Easy Installer by ViserLab.
metadata:
verified: true
max-request: 1
shodan-query: html:"Easy Installer by ViserLab"
tags: install,easy,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/install/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Easy Installer by ViserLab</title>"
- type: status
status:
- 200