diff --git a/technologies/microweber-detect.yaml b/technologies/microweber-detect.yaml new file mode 100644 index 0000000000..54aa646153 --- /dev/null +++ b/technologies/microweber-detect.yaml @@ -0,0 +1,26 @@ +id: microweber-detect + +info: + name: Microweber Detect + author: princechaddha + severity: info + reference: https://github.com/microweber/microweber + metadata: + shodan-query: 'http.favicon.hash:780351152' + tags: tech,microweber,oss + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '"generator" content="Microweber" />' + + - type: status + status: + - 200