diff --git a/technologies/acontent-detect.yaml b/technologies/acontent-detect.yaml new file mode 100644 index 0000000000..5eae4dc7e4 --- /dev/null +++ b/technologies/acontent-detect.yaml @@ -0,0 +1,25 @@ +id: acontent-detect + +info: + name: AContent Detect + author: pikpikcu + severity: info + tags: tech,acontent + +requests: + - method: GET + path: + - "{{BaseURL}}/" + - "{{BaseURL}}/AContent/login.php" + + matchers-condition: and + matchers: + + - type: word + part: body + words: + - "AContent" + + - type: status + status: + - 200