Merge pull request #6402 from theamanrawat/creatio-login-panel
Added template for creatio-login-panelpatch-1
commit
ddc17fbba5
|
@ -0,0 +1,29 @@
|
|||
id: creatio-login-panel
|
||||
|
||||
info:
|
||||
name: Creatio Login Panel
|
||||
author: theamanrawat
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Creatio"
|
||||
tags: panel,creatio
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/Login/NuiLogin.aspx'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '/creatio/widget'
|
||||
- 'creatio-sdk/'
|
||||
- 'Creatio Debug mode'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue