Merge pull request #2958 from DhiyaneshGeek/master

6 New Templates
patch-1
Sandeep Singh 2021-10-22 22:35:57 +05:30 committed by GitHub
commit 24c9b114cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 144 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: grandstream-device-configuration
info:
name: Grandstream Device Configuration
author: dhiyaneshDK
severity: info
tags: iot
metadata:
shodan: 'http.title:"Grandstream Device Configuration"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Grandstream Device Configuration</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,24 @@
id: honeywell-building-control
info:
name: Honeywell Building Control
author: dhiyaneshDK
severity: info
tags: panel,iot
metadata:
shodan: 'html:"Honeywell Building Control"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Honeywell Building Control</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,24 @@
id: huawei-home-gateway
info:
name: HUAWEI Home Gateway HG658d
author: dhiyaneshDK
severity: info
tags: iot
metadata:
shodan: 'http.title:"HUAWEI Home Gateway HG658d"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>HUAWEI Home Gateway HG658d</title>'
- type: status
status:
- 200

24
iot/routeros-login.yaml Normal file
View File

@ -0,0 +1,24 @@
id: routeros-login
info:
name: RouterOS router configuration page login
author: dhiyaneshDK
severity: info
tags: panel
metadata:
shodan: 'http.title:"RouterOS router configuration page"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>RouterOS router configuration page</title>'
- type: status
status:
- 200

24
iot/webtools-home.yaml Normal file
View File

@ -0,0 +1,24 @@
id: webtools-home
info:
name: Webtools Home
author: dhiyaneshDK
severity: info
tags: iot
metadata:
shodan: 'http.title:"Webtools"'
requests:
- method: GET
path:
- "{{BaseURL}}/wt2parser.cgi?home_en"
matchers-condition: and
matchers:
- type: word
words:
- '<title>WebTools | Home</title>'
- type: status
status:
- 200

View File

@ -0,0 +1,24 @@
id: jaeger-ui-dashboard
info:
name: Jaeger UI
author: dhiyaneshDK
severity: low
tags: misconfig
metadata:
shodan: 'http.title:"Jaeger UI"'
requests:
- method: GET
path:
- "{{BaseURL}}/search"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Jaeger UI</title>'
- type: status
status:
- 200