33 lines
790 B
YAML
33 lines
790 B
YAML
id: wordpress-user-enum
|
|
|
|
info:
|
|
name: Wordpress User Enumeration
|
|
author: r3dg33k
|
|
severity: info
|
|
description: This template detects user enumeration in wordpress.
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?author=1"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?i)Location: http(s|):\/\/[\w\.\-]+\/author\/\w+'
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 301
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- 'author\/\w+'
|
|
# digest: 490a0046304402201311b684e61b4d4eada6a91296b81dd6aa4e01a885f74e5a274291ab55124fec02203a13cb00cf9d2532182890cb04eeba73090f98db930d7fc7a4c91b8c9a0c4b8f:922c64590222798bb761d5b6d8e72950 |