diff --git a/http/exposed-panels/openedge-detect.yaml b/http/exposed-panels/openedge-detect.yaml new file mode 100644 index 0000000000..ad3c22049b --- /dev/null +++ b/http/exposed-panels/openedge-detect.yaml @@ -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 \ No newline at end of file