diff --git a/http/exposed-panels/actifio-panel.yaml b/http/exposed-panels/actifio-panel.yaml
new file mode 100644
index 0000000000..6e25daf25b
--- /dev/null
+++ b/http/exposed-panels/actifio-panel.yaml
@@ -0,0 +1,26 @@
+id: actifio-panel
+
+info:
+ name: Actifio Resource Center - Panel
+ author: Splint3r7
+ severity: info
+ description: |
+ Actifio Resource Center was detected.
+ classification:
+ cwe-id: CWE-200
+ metadata:
+ max-request: 1
+ shodan-query: http.title:"Actifio Resource Center"
+ tags: panel,actifio,login,detect
+
+http:
+ - method: GET
+ path:
+ - "{{BaseURL}}"
+
+ matchers:
+ - type: dsl
+ dsl:
+ - 'contains(body, "
Actifio Resource Center")'
+ - 'status_code == 200'
+ condition: and
\ No newline at end of file
diff --git a/http/exposed-panels/adapt-panel.yaml b/http/exposed-panels/adapt-panel.yaml
new file mode 100644
index 0000000000..daf25f8496
--- /dev/null
+++ b/http/exposed-panels/adapt-panel.yaml
@@ -0,0 +1,30 @@
+id: adapt-panel
+
+info:
+ name: Adapt Authoring Tool - Panel
+ author: Splint3r7
+ severity: info
+ description: |
+ Login panel for adapt was detected.
+ classification:
+ cwe-id: CWE-200
+ metadata:
+ max-request: 1
+ shodan-query: http.title:"Adapt authoring tool"
+ verified: true
+ tags: panel,adapt,login,detect
+
+http:
+ - method: GET
+ path:
+ - "{{BaseURL}}"
+
+ host-redirects: true
+ max-redirects: 2
+
+ matchers:
+ - type: dsl
+ dsl:
+ - 'contains(body, "Adapt authoring tool")'
+ - 'status_code == 200'
+ condition: and
diff --git a/http/exposed-panels/aethra-panel.yaml b/http/exposed-panels/aethra-panel.yaml
new file mode 100644
index 0000000000..383501719e
--- /dev/null
+++ b/http/exposed-panels/aethra-panel.yaml
@@ -0,0 +1,30 @@
+id: aethra-panel
+
+info:
+ name: Aethra Telecommunications Login - Panel
+ author: Splint3r7
+ severity: info
+ description: |
+ Aethra Telecommunication login Panel was detected.
+ classification:
+ cwe-id: CWE-200
+ metadata:
+ max-request: 1
+ shodan-query: http.title:"Aethra Telecommunications Operating System"
+ verified: true
+ tags: panel,aethra,login,detect
+
+http:
+ - method: GET
+ path:
+ - "{{BaseURL}}"
+
+ host-redirects: true
+ max-redirects: 2
+
+ matchers:
+ - type: dsl
+ dsl:
+ - 'contains(body, "Aethra Telecommunications Operating System")'
+ - 'status_code == 200'
+ condition: and
\ No newline at end of file
diff --git a/http/exposed-panels/deepmail-panel.yaml b/http/exposed-panels/deepmail-panel.yaml
new file mode 100644
index 0000000000..219f95ac63
--- /dev/null
+++ b/http/exposed-panels/deepmail-panel.yaml
@@ -0,0 +1,27 @@
+id: deepmail-panel
+
+info:
+ name: Advanced eMail Solution DEEPMail - Panel
+ author: Splint3r7
+ severity: info
+ description: |
+ Advanced eMail Solution DEEPMail login panel was detected.
+ classification:
+ cwe-id: CWE-200
+ metadata:
+ max-request: 1
+ shodan-query: http.title:"Advanced eMail Solution DEEPMail"
+ verified: true
+ tags: panel,deepmail,login,detect
+
+http:
+ - method: GET
+ path:
+ - "{{BaseURL}}"
+
+ matchers:
+ - type: dsl
+ dsl:
+ - 'contains(body, "Advanced eMail Solution DEEPMail")'
+ - 'status_code == 200'
+ condition: and
diff --git a/http/exposed-panels/quest-panel.yaml b/http/exposed-panels/quest-panel.yaml
new file mode 100644
index 0000000000..cf57954fc8
--- /dev/null
+++ b/http/exposed-panels/quest-panel.yaml
@@ -0,0 +1,26 @@
+id: quest-panel
+
+info:
+ name: Quest Modem Configuration Login - Panel
+ author: Splint3r7
+ severity: info
+ description: |
+ Quest Modem Configuration login Panel was detected.
+ classification:
+ cwe-id: CWE-200
+ metadata:
+ max-request: 1
+ shodan-query: http.title:"Advanced Setup - Security - Admin User Name & Password"
+ tags: panel,quest,login,detect
+
+http:
+ - method: GET
+ path:
+ - "{{BaseURL}}/cgi-bin/webcm?getpage=../html/login.html"
+
+ matchers:
+ - type: dsl
+ dsl:
+ - 'contains(body, "Advanced Setup - Security - Admin User Name & Password")'
+ - 'status_code == 200'
+ condition: and