From 0fcd760ecbf0c5a0da612e273f17f1936b67c306 Mon Sep 17 00:00:00 2001 From: Rishi Date: Sat, 10 Aug 2024 11:45:42 +0100 Subject: [PATCH] searxng panel --- http/exposed-panels/searxng-detect.yaml | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/exposed-panels/searxng-detect.yaml 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