Update creatio-login-panel.yaml
parent
cfaff6a710
commit
69742b61ba
|
@ -1,27 +1,28 @@
|
||||||
id: creatio-login-panel
|
id: creatio-login-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Creatio - login Panel
|
name: Creatio Login Panel
|
||||||
author: theamanrawat
|
author: theamanrawat
|
||||||
severity: info
|
severity: info
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: http.title:"Creatio"
|
shodan-query: http.title:"Creatio"
|
||||||
tags: creatio,login,panel
|
tags: panel,creatio
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}'
|
|
||||||
- '{{BaseURL}}/Login/NuiLogin.aspx'
|
- '{{BaseURL}}/Login/NuiLogin.aspx'
|
||||||
|
|
||||||
stop-at-first-match: true
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- 'Creatio'
|
- '/creatio/widget'
|
||||||
|
- 'creatio-sdk/'
|
||||||
|
- 'Creatio Debug mode'
|
||||||
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue