From 11372b90efe96915ead338ebd67d524950ea3e4a Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:41:06 +0700 Subject: [PATCH] Create dolibarr-detect.yaml --- technologies/dolibarr-detect.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 technologies/dolibarr-detect.yaml diff --git a/technologies/dolibarr-detect.yaml b/technologies/dolibarr-detect.yaml new file mode 100644 index 0000000000..77a8f82fdc --- /dev/null +++ b/technologies/dolibarr-detect.yaml @@ -0,0 +1,25 @@ +id: dolibarr-detect + +info: + name: Dolibarr detect + author: pikpikcu + severity: info + tags: tech,dolibarr + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: regex + part: body + regex: + - 'Dolibarr - Login Dolibarr(.*)' + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'center">(.*)'