nuclei-templates/iot/netsurveillance-web.yaml

28 lines
535 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
2021-09-26 08:44:48 +00:00
metadata:
2021-10-22 17:53:25 +00:00
shodan-query: http.title:"NETSurveillance WEB"
google-query: intitle:"NETSurveillance WEB"
tags: tech,iot,edb
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