Delete monit-detect.yaml

patch-1
team-projectdiscovery 2021-01-08 00:51:59 +05:30
parent 81e207870e
commit 7b749674d4
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
id: monit-detect
info:
name: Detect Monit Dashboard
author: geeknik
description: Monit is a small Open Source utility for managing and monitoring Unix systems -- https://mmonit.com/monit/
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- 401
condition: or
- type: word
part: header
words:
- 'Server: monit'
extractors:
- type: kval
part: header
kval:
- Server