diff --git a/http/technologies/favicon-detect.yaml b/http/technologies/favicon-detect.yaml index f9ac2b0897..cdb729a437 100644 --- a/http/technologies/favicon-detect.yaml +++ b/http/technologies/favicon-detect.yaml @@ -3771,6 +3771,11 @@ http: dsl: - "status_code==200 && (\"1653394551\" == mmh3(base64_py(body)))" + - type: dsl + name: "searxng-search" + dsl: + - "status_code==200 && (\"1857752096\" == mmh3(base64_py(body)))" + extractors: - type: dsl dsl: diff --git a/http/technologies/searxng-detect.yaml b/http/technologies/searxng-detect.yaml new file mode 100644 index 0000000000..e98df83adf --- /dev/null +++ b/http/technologies/searxng-detect.yaml @@ -0,0 +1,31 @@ +id: searxng-detect + +info: + name: SearXNG - Detect + author: rxerium + severity: info + description: | + A SearXNG search engine was detected. + reference: + - https://github.com/searxng/searxng + metadata: + max-request: 1 + verified: true + shodan-query: http.title:SearXNG + tags: searxng,search-engine,tech + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "SearXNG" + + - type: status + status: + - 200