Merge pull request #2930 from DhiyaneshGeek/master

IOT Templates
patch-1
Sandeep Singh 2021-10-20 01:20:51 +05:30 committed by GitHub
commit b30b7f0b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 96 additions and 0 deletions

24
iot/codian-mcu-login.yaml Normal file
View File

@ -0,0 +1,24 @@
id: codian-mcu-login
info:
name: Codian MCU Login
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7404
tags: iot
metadata:
shodan: 'http.title:"Codian MCU - Home page"'
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Codian MCU - login:</title>'
- type: status
status:
- 200

24
iot/envision-gateway.yaml Normal file
View File

@ -0,0 +1,24 @@
id: envision-gateway
info:
name: EnvisionGateway
author: dhiyaneshDK
severity: low
reference: https://www.exploit-db.com/ghdb/7315
tags: iot
metadata:
shodan: 'http.title:"EnvisionGateway"'
requests:
- method: GET
path:
- '{{BaseURL}}/#'
matchers-condition: and
matchers:
- type: word
words:
- '<title>EnvisionGateway</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,24 @@
id: heatmiser-wifi-thermostat
info:
name: Heatmiser Wifi Thermostat
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7445
tags: iot
metadata:
shodan: 'http.title:"Heatmiser Wifi Thermostat"'
requests:
- method: GET
path:
- '{{BaseURL}}/index.htm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Heatmiser Wifi Thermostat</title>'
- type: status
status:
- 200

24
iot/webcamxp-5.yaml Normal file
View File

@ -0,0 +1,24 @@
id: webcamxp-5
info:
name: webcamXP 5
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/7448
tags: iot
metadata:
shodan: 'http.title:"webcamXP 5"'
requests:
- method: GET
path:
- '{{BaseURL}}/home.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>webcamXP 5</title>'
- type: status
status:
- 200