Skip to content

SearXNG - Detect

ID: searxng-detect

Severity: info

Author: rxerium

Tags: searxng,search-engine,tech

A SearXNG search engine was detected.

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:
- "<title>SearXNG</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100a9a8ea0762e3d99f0de96ea0dcd1c0808048c94b13755b6ab1c7db196adec66702210092af0f2dcb2423b510d0dbbdbbadda72e3bdf2fd304f968fb56ba90d4366759d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/searxng-detect.yaml"

View on Github