40 lines
1015 B
YAML
40 lines
1015 B
YAML
id: moinmoin-detect
|
|
|
|
info:
|
|
name: MoinMoin wiki detect
|
|
author: cyllective
|
|
severity: info
|
|
description: Detects MoinMoin Wiki
|
|
reference:
|
|
- https://github.com/moinwiki/moin-1.9
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,moin,moinmoin,wiki
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
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>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '\/moin_static(\w+)\/'
|
|
|
|
# digest: 4a0a00473045022020464642125d41dfbeb5f6e8a10bf68a20e324c5f20f07d48ad9209d75ea0cad022100cf508e9ed48c5986a1157850375f0bb50610bfb7cb91d265756cf22522670523:922c64590222798bb761d5b6d8e72950
|