Create rustici-content-controller.yaml
parent
f869de9137
commit
72df770722
|
@ -0,0 +1,27 @@
|
|||
id: rustici-content-controller
|
||||
|
||||
info:
|
||||
name: Rustici Content Controller
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Rustici Content Controller"
|
||||
tags: panel,rustici
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/#!/auth/signIn"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Rustici Content Controller</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue