Add files via upload

patch-12
Dominique RIGHETTO 2024-10-03 13:21:56 +02:00 committed by GitHub
parent 9f630a5b3f
commit 8d6608780c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: wiki-js-detect
info:
name: Wiki.js - Detect
author: righettod
severity: info
description: |
Wiki.js was detected.
reference:
- https://js.wiki/
metadata:
verified: true
max-request: 1
shodan-query: http.html:"wiki.js"
tags: tech,wiki-js,detect
http:
- method: GET
path:
- "{{BaseURL}}/_assets/js/app.js"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "wiki.js - wiki.js.org", "window.wiki")'
condition: and