Skip to content

Commit

Permalink
Create openbmcs-detect.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
princechaddha authored Jan 27, 2022
1 parent 5b424fa commit a9d427b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions exposed-panels/openbmcs-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id: openbmcs-detect

info:
name: openbmcs-detect
author: ffffffff0x
severity: info
metadata:
quake-query: openbmcs
tags: openbmcs,detect

requests:
- method: GET
path:
- "{{BaseURL}}"

redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- '<!--<title>BMS - Login</title>-->'
- 'Copyright all rights reserved by Open BMCS'
- 'OpenBMCS does not support Internet Explorer'
condition: or

0 comments on commit a9d427b

Please sign in to comment.