Merge pull request #6234 from theamanrawat/netris-dashboard-login
Created template netris-dashboard-loginpatch-1
commit
7402f7456a
|
@ -0,0 +1,26 @@
|
|||
id: netris-dashboard-panel
|
||||
|
||||
info:
|
||||
name: Netris Dashboard Panel
|
||||
author: theamanrawat
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Netris Dashboard"
|
||||
tags: panel,netris
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Netris Dashboard'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue