commit
5f3f7f49f3
|
@ -3771,6 +3771,11 @@ http:
|
||||||
dsl:
|
dsl:
|
||||||
- "status_code==200 && (\"1653394551\" == mmh3(base64_py(body)))"
|
- "status_code==200 && (\"1653394551\" == mmh3(base64_py(body)))"
|
||||||
|
|
||||||
|
- type: dsl
|
||||||
|
name: "searxng-search"
|
||||||
|
dsl:
|
||||||
|
- "status_code==200 && (\"1857752096\" == mmh3(base64_py(body)))"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue