Create xvr-login.yaml
parent
648507fa98
commit
d0042a49e7
|
@ -0,0 +1,23 @@
|
|||
id: xvr-login
|
||||
|
||||
info:
|
||||
name: XVR LOGIN
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.shodan.io/search?query=http.title%3A%22XVR+LOGIN%22
|
||||
tags: panel,xvr
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/login.rsp'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>XVR LOGIN</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue