oracle enterprise manager login and oracle container for jee panel (#4128)
* oracle enterprise manager login and oracle container for jee panel * Update oracle-containers-panel.yaml * Update oracle-enterprise-manager-login.yaml * misc update * workflow update Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
17ef117696
commit
4d7def3236
|
@ -0,0 +1,30 @@
|
|||
id: oracle-containers-panel
|
||||
|
||||
info:
|
||||
name: Oracle Containers for J2EE 10g Panel
|
||||
author: dogasantos
|
||||
severity: info
|
||||
tags: panel,oracle,containers
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Welcome to Oracle Containers for J2EE 10g"
|
||||
- "Administration Guide is included"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- 'Oracle Containers for J2EE 10g \(.*\)'
|
|
@ -0,0 +1,25 @@
|
|||
id: oracle-enterprise-manager-login
|
||||
|
||||
info:
|
||||
name: Oracle Enterprise Manager login
|
||||
author: dogasantos
|
||||
severity: info
|
||||
tags: panel,oracle,manager,login
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/em/console/logon/logon"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Oracle UIX"
|
||||
- "libNPSVG3.so"
|
||||
- "Oracle Enterprise Manager"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -6,6 +6,6 @@ info:
|
|||
description: A simple workflow that runs all Microsoft Exchange related nuclei templates on a given target.
|
||||
|
||||
workflows:
|
||||
- template: technologies/microsoft/microsoft-exchange-server-detect.yaml
|
||||
- template: technologies/microsoft/ms-exchange-server.yaml
|
||||
subtemplates:
|
||||
- tags: exchange
|
Loading…
Reference in New Issue