commit
ab383ea6e7
|
@ -0,0 +1,28 @@
|
|||
id: parallels-hsphere-detect
|
||||
|
||||
info:
|
||||
name: Parallels H-Sphere Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Parallels H-Sphere"
|
||||
tags: panel,parallels,hsphere
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Parallels H-Sphere</title>"
|
||||
- "<TITLE>H-SPHERE</TITLE>"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue