diff --git a/exposed-panels/phoronix-pane;.yaml b/exposed-panels/phoronix-pane;.yaml
new file mode 100644
index 0000000000..55068dadca
--- /dev/null
+++ b/exposed-panels/phoronix-pane;.yaml
@@ -0,0 +1,31 @@
+id: phoronix-panel
+
+info:
+ name: Phoronix Test Suite Panel Detect
+ author: pikpikcu
+ severity: info
+ metadata:
+ shodan-query: http.title:"phoronix-test-suite"
+ tags: panel,phoronix
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}"
+
+ matchers-condition: and
+ matchers:
+ - type: regex
+ regex:
+ - '
Phoronix Test Suite (.*) - Phoromatic - Welcome'
+
+ - type: status
+ status:
+ - 200
+
+ extractors:
+ - type: regex
+ part: body
+ group: 1
+ regex:
+ - "Phoronix Test Suite (.*) - Phoromatic - Welcome"
diff --git a/technologies/snipeit-panel.yaml b/technologies/snipeit-panel.yaml
new file mode 100644
index 0000000000..756fb6078d
--- /dev/null
+++ b/technologies/snipeit-panel.yaml
@@ -0,0 +1,25 @@
+id: snipeit-panel
+
+info:
+ name: Snipe-IT Panel Detect
+ author: pikpikcu
+ severity: info
+ metadata:
+ shodan-query: http.favicon.hash:431627549
+ tags: panel,snipeit
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}/login"
+
+ matchers-condition: and
+ matchers:
+ - type: word
+ part: body
+ words:
+ - "window.snipeit"
+
+ - type: status
+ status:
+ - 200