2021-07-10 16:24:31 +00:00
|
|
|
id: wordpress-user-enum
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Wordpress User Enumeration
|
|
|
|
author: r3dg33k
|
|
|
|
severity: info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: wordpress
|
2021-07-10 16:24:31 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-10 16:24:31 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/?author=1"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)Location: http(s|):\/\/[\w\.\-]+\/author\/\w+'
|
|
|
|
part: header
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-07-10 16:24:31 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 301
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- 'author\/\w+'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100a9bd51a7335e4a3132dc7adf1b5faad143902b92a257ce67c7554206bb1208e60220524362849327f5644ce5e078f58218d5ed17ceaa3b90982ac8eb73b44b8348d5:922c64590222798bb761d5b6d8e72950
|