Update and rename creatio-login-panel.yaml to webuzo-admin-panel.yaml

patch-1
Ritik Chaddha 2022-12-21 01:14:58 +05:30 committed by GitHub
parent 85c372c286
commit e1a7081085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 28 deletions

View File

@ -1,28 +0,0 @@
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

View File

@ -0,0 +1,28 @@
id: webuzo-admin-panel
info:
name: Webuzo Admin Panel
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"Webuzo - Admin Panel"
tags: panel,webuzo,admin
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Webuzo - Admin Panel'
- type: status
status:
- 200