diff --git a/http/technologies/umami-detect.yaml b/http/technologies/umami-detect.yaml new file mode 100644 index 0000000000..f5c4e43ae3 --- /dev/null +++ b/http/technologies/umami-detect.yaml @@ -0,0 +1,28 @@ +id: umami-detect + +info: + name: Umami Detect + author: userdehghani + severity: info + metadata: + max-request: 1 + shodan-query: http.title:"umami" + tags: tech,umami,analytics + +http: + - method: GET + path: + - "{{BaseURL}}/login" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "umami - login" + - "

umami

" + condition: and + + - type: status + status: + - 200 \ No newline at end of file