Merge pull request #10513 from rxerium/searxng-detect

SearXNG Detection
main
Dhiyaneshwaran 2024-08-13 16:26:16 -07:00 committed by GitHub
commit 5f3f7f49f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 36 additions and 0 deletions

View File

@ -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:

View File

@ -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:
- "<title>SearXNG</title>"
- type: status
status:
- 200