28 lines
487 B
YAML
28 lines
487 B
YAML
id: star-network-utility
|
|
|
|
info:
|
|
name: Star Network Utility Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"Network Utility"
|
|
tags: panel,network,utility
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Star Micronics'
|
|
- 'Network Utility'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|