Skip to content

Commit

Permalink
openedge panel
Browse files Browse the repository at this point in the history
  • Loading branch information
rxerium authored Aug 8, 2024
1 parent 6a65d0a commit 8c5b3f8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions http/exposed-panels/openedge-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
id: openedge-panel

info:
name: OpenEdge Login Panel - Detect
author: rxerium
severity: info
description: An OpenEdge login panel was detected.
tags: panel,eopenedge

http:
- method: GET
path:
- '{{BaseURL}}'

matchers-condition: and
matchers:
- type: word
words:
- "Welcome to Progress Application Server for OpenEdge"

- type: status
status:
- 200

0 comments on commit 8c5b3f8

Please sign in to comment.