Merge pull request #10496 from rxerium/progress-openedge

Progress Openedge Panel Detection
main
pussycat0x 2024-08-14 05:11:58 +05:30 committed by GitHub
commit 896dbdb3fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -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