Wordpress User Enumeration
ID: wordpress-user-enum
Severity: info
Author: r3dg33k
Tags: wordpress
Description
Section titled “Description”This template detects user enumeration in wordpress.
YAML Source
Section titled “YAML Source”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: 4a0a00473045022100890f23f0c8843c6a3851ed4e449a57a71d35500f36ad4fe2a7e8e1e7e3d10a310220094c4d72920c070aea852701dbd90465e16b51aabb08f7e932aeb7e4446dad02:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wordpress-user-enum.yaml"