nuclei-templates/iot/netsurveillance-web.yaml

27 lines
523 B
YAML
Raw Normal View History

2021-09-26 08:44:48 +00:00
id: netsurveillance-web
info:
name: NETSurveillance WEB
author: DhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7288
metadata:
shodan-dork: http.title:"NETSurveillance WEB"
2021-09-27 11:39:36 +00:00
google-dork: intitle:"NETSurveillance WEB"
tags: tech,iot
2021-09-26 08:44:48 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/Login.htm'
matchers-condition: and
matchers:
- type: word
words:
2021-09-27 11:39:36 +00:00
- "<title>NetSurveillance WEB</title>"
2021-09-26 08:44:48 +00:00
- type: status
status:
- 200