Skip to content

Commit a598738

Browse files
Merge pull request #13305 from projectdiscovery/pussycat0x-patch-17
Create hpe-officeconnect-panel-detect.yaml
2 parents ce1956a + 66d23d4 commit a598738

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
id: hpe-officeconnect-panel
2+
3+
info:
4+
name: HPE OfficeConnect Switch - Panel Detect
5+
author: pussycat0x
6+
severity: info
7+
description: |
8+
The HPE OfficeConnect Switch was a network switch series built for small and medium businesses.It provided reliable connectivity, simple management, and PoE options to support growing networks.
9+
metadata:
10+
verified: true
11+
max-request: 1
12+
shodan-query: html:"HPE OfficeConnect"
13+
tags: panel,hp,hpe,officeconnect,login
14+
15+
http:
16+
- raw:
17+
- |
18+
GET / HTTP/1.1
19+
Host: {{Hostname}}
20+
21+
host-redirects: true
22+
max-redirects: 2
23+
24+
matchers:
25+
- type: dsl
26+
dsl:
27+
- "status_code == 200"
28+
- "contains(body, '<title>HPE OfficeConnect Switch')"
29+
condition: and
30+
31+
extractors:
32+
- type: regex
33+
name: version
34+
part: body
35+
regex:
36+
- 'HPE OfficeConnect Switch ([0-9A-Z a-z+()]+)'

0 commit comments

Comments
 (0)