diff --git a/http/exposed-panels/searxng-detect.yaml b/http/exposed-panels/searxng-detect.yaml new file mode 100644 index 0000000000..1a95efaa7b --- /dev/null +++ b/http/exposed-panels/searxng-detect.yaml @@ -0,0 +1,28 @@ +id: searxng-panel + +info: + name: SearXNG - Detect + author: rxerium + severity: info + description: A SearXNG search engine was detected. + metadata: + max-request: 1 + reference: + - 'https://github.com/searxng/searxng' + tags: searxng,search-engine + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "SearXNG" + + - type: status + status: + - 200 \ No newline at end of file