mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
28 lines
501 B
YAML
28 lines
501 B
YAML
id: microweber-detect
|
|
|
|
info:
|
|
name: Microweber Detect
|
|
author: princechaddha
|
|
severity: info
|
|
reference:
|
|
- https://github.com/microweber/microweber
|
|
metadata:
|
|
shodan-query: http.favicon.hash:780351152
|
|
tags: tech,microweber,oss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"generator" content="Microweber" />'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|