Update cudatel-panel.yaml
parent
c7f3116b1f
commit
eb5fd26c1f
|
@ -1,29 +1,27 @@
|
||||||
id: cudatel-panel
|
id: cudatel-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: CudaTel - Login Panel Detect
|
name: CudaTel Login Panel
|
||||||
author: arafatansari
|
author: arafatansari
|
||||||
severity: info
|
severity: info
|
||||||
metadata:
|
metadata:
|
||||||
shodan-query: title:CudaTel 200
|
|
||||||
verified: true
|
verified: true
|
||||||
tags: cudatel,panel
|
shodan-query: title:"CudaTel"
|
||||||
|
tags: panel,cudatel
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'CudaTel Communications Server'
|
||||||
|
- 'alt="CudaTel'
|
||||||
|
condition: or
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- '<title>CudaTel Communications Server</title>'
|
|
||||||
- 'Service Login'
|
|
||||||
- 'Username'
|
|
||||||
- 'Password'
|
|
||||||
condition: or
|
|
||||||
|
|
Loading…
Reference in New Issue