Skip to content

Commit

Permalink
Merge pull request #10496 from rxerium/progress-openedge
Browse files Browse the repository at this point in the history
Progress Openedge Panel Detection
  • Loading branch information
pussycat0x authored Aug 13, 2024
2 parents 83fd751 + 8ce6d63 commit 896dbdb
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/exposed-panels/openedge-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
id: openedge-panel

info:
name: OpenEdge Login Panel - Detect
author: rxerium
severity: info
description: |
An OpenEdge login panel was detected.
metadata:
shodan-query: html:"Welcome to Progress Application Server for OpenEdge"
verified: true
max-request: 1
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

0 comments on commit 896dbdb

Please sign in to comment.