Merge pull request #4968 from projectdiscovery/hybris-administration-console
Create hybris-administration-console.yamlpatch-1
commit
1d4024f4f2
|
@ -0,0 +1,26 @@
|
|||
id: hybris-administration-console
|
||||
|
||||
info:
|
||||
name: Hybris administration console
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: panel,hybris
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "hybris administration console"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue