Skip to content

Commit

Permalink
Merge pull request projectdiscovery#3616 from projectdiscovery/openbm…
Browse files Browse the repository at this point in the history
…cs-detect

Create openbmcs-detect.yaml
  • Loading branch information
princechaddha authored Jan 27, 2022
2 parents 5b424fa + cec125d commit fc153bc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions exposed-panels/openbmcs-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: openbmcs-detect

info:
name: openbmcs-detect
author: ffffffff0x
severity: info
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

- type: status
status:
- 200

0 comments on commit fc153bc

Please sign in to comment.