2021-03-30 23:44:50 +00:00
|
|
|
id: moinmoin-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MoinMoin wiki detect
|
|
|
|
author: cyllective
|
|
|
|
severity: info
|
|
|
|
description: Detects MoinMoin Wiki
|
2021-08-18 11:29:20 +00:00
|
|
|
reference:
|
2021-03-30 23:44:50 +00:00
|
|
|
- https://github.com/moinwiki/moin-1.9
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: tech,moin,moinmoin,wiki
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-03-30 23:44:50 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-30 23:44:50 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-12-31 12:27:46 +00:00
|
|
|
matchers-condition: and
|
2021-03-30 23:44:50 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
condition: or
|
|
|
|
words:
|
|
|
|
- '<a href="http://moinmo.in/" title="This site uses the MoinMoin Wiki software.">MoinMoin Powered</a>'
|
|
|
|
- '<a href="http://moinmo.in/Python" title="MoinMoin is written in Python.">Python Powered</a>'
|
|
|
|
|
2021-12-31 12:27:46 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-03-30 23:44:50 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '\/moin_static(\w+)\/'
|