Skip to content

OpenEdge Login Panel - Detect

ID: openedge-panel

Severity: info

Author: rxerium

Tags: panel,openedge,login,detect

An OpenEdge login panel was detected.

id: openedge-panel
info:
name: OpenEdge Login Panel - Detect
author: rxerium
severity: info
description: |
An OpenEdge login panel was detected.
classification:
cpe: cpe:2.3:a:progress:openedge:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: progress
product: openedge
shodan-query: html:"Welcome to Progress Application Server for OpenEdge"
tags: panel,openedge,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Welcome to Progress Application Server for OpenEdge"
- type: status
status:
- 200
# digest: 490a0046304402204ac9a98230ad5b15e5b6c0cbc9bbfd144573cdd4c40f3c1a48783e9636c97b3c022011ef254db6d7c46bc8b9044bf2bcb683717f02cbd85b8451f5bdce51e4db1d76:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/openedge-panel.yaml"

View on Github