From 0da6b4211566b20585e7ae481627c9f0eba48eb4 Mon Sep 17 00:00:00 2001
From: PikPikcU <60111811+pikpikcu@users.noreply.github.com>
Date: Thu, 22 Jul 2021 01:24:05 +0700
Subject: [PATCH] Create bedita-detect.yaml
---
technologies/bedita-detect.yaml | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 technologies/bedita-detect.yaml
diff --git a/technologies/bedita-detect.yaml b/technologies/bedita-detect.yaml
new file mode 100644
index 0000000000..53f2a41514
--- /dev/null
+++ b/technologies/bedita-detect.yaml
@@ -0,0 +1,26 @@
+id: bedita-detect
+
+info:
+ name: BEdita detect
+ author: pikpikcu
+ severity: info
+ tags: tech,bedita
+
+requests:
+ - method: GET
+ path:
+ - "{{BaseURL}}/"
+
+ matchers-condition: and
+ matchers:
+ - type: regex
+ part: body
+ regex:
+ - 'BEdita(.*)
'
+
+ extractors:
+ - type: regex
+ part: body
+ group: 1
+ regex:
+ - 'target="besite">(.*)
'