Added template for creatio-login-panel
parent
0b7459c6af
commit
85c372c286
|
@ -0,0 +1,28 @@
|
|||
id: creatio-login-panel
|
||||
|
||||
info:
|
||||
name: Creatio - login Panel
|
||||
author: theamanrawat
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Creatio"
|
||||
tags: creatio,login,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/Login/NuiLogin.aspx'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Creatio'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue