commit
896dbdb3fd
|
@ -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
|
Loading…
Reference in New Issue