Skip to content

Commit 921a0ca

Browse files
authored
Add myq-panel (#12391)
* Add myq-panel * Update myq-panel - Additional favicons
1 parent bbe5f54 commit 921a0ca

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

http/exposed-panels/myq-panel.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
id: myq-panel
2+
3+
info:
4+
name: MyQ Print Server Panel - Detect
5+
author: darses
6+
severity: info
7+
metadata:
8+
verified: true
9+
max-request: 1
10+
vendor: MyQ
11+
shodan-query:
12+
- http.favicon.hash:864100810
13+
- http.favicon.hash:784616151
14+
- http.favicon.hash:-2012429205
15+
- http.favicon.hash:-924708843
16+
- title:"MyQ"
17+
fofa-query:
18+
- icon_hash="864100810"
19+
- icon_hash="784616151"
20+
- icon_hash="-2012429205"
21+
- icon_hash="-924708843"
22+
- title="MyQ"
23+
tags: panel,myq,detect
24+
25+
http:
26+
- method: GET
27+
path:
28+
- "{{BaseURL}}/en"
29+
30+
matchers-condition: and
31+
matchers:
32+
- type: word
33+
words:
34+
- "<title>MyQ"
35+
- "Wsf_App"
36+
condition: and
37+
38+
- type: status
39+
status:
40+
- 200
41+
42+
extractors:
43+
- type: regex
44+
name: version
45+
group: 1
46+
regex:
47+
- "<span class=\"version\">MyQ ([\\d\\.\\w\\s\\(\\)]+)<\\/span>"

0 commit comments

Comments
 (0)