diff --git a/exposed-panels/okiko-sfiler-portal.yaml b/exposed-panels/okiko-sfiler-portal.yaml
new file mode 100644
index 0000000000..bb30bebcb2
--- /dev/null
+++ b/exposed-panels/okiko-sfiler-portal.yaml
@@ -0,0 +1,31 @@
+id: okiko-sfiler-portal
+
+info:
+ name: OKIKO S-Filer Portal Detect
+ author: johnk3r
+ severity: info
+ reference: https://www.shodan.io/search?query=sfiler
+ tags: okiko,panel
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}/sfiler/Login.action"
+
+ matchers-condition: and
+ matchers:
+ - type: word
+ words:
+ - "
S-Filer Portal - Login"
+ part: body
+
+ - type: status
+ status:
+ - 200
+
+ extractors:
+ - type: regex
+ part: body
+ group: 1
+ regex:
+ - '
S\-Filer\/([A-Za-z 0-9.]+)<\/p>'
diff --git a/exposed-panels/secmail-detect.yaml b/exposed-panels/secmail-detect.yaml
new file mode 100644
index 0000000000..19f7b21f8e
--- /dev/null
+++ b/exposed-panels/secmail-detect.yaml
@@ -0,0 +1,24 @@
+id: secmail-detect
+
+info:
+ name: SecMail - secure email Detect
+ author: johnk3r
+ severity: info
+ reference: https://www.shodan.io/search?query=secmail
+ tags: secmail,panel
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}/SecMail/login.jsp"
+
+ matchers-condition: and
+ matchers:
+ - type: word
+ words:
+ - "Path=/SecMail"
+ part: header
+
+ - type: status
+ status:
+ - 200