Password Protected – Password Protect your WordPress Site, Pages, & WooCommerce Products – Restrict Content, Protect WooCommerce Category and more Detection
ID: wordpress-password-protected
Severity: info
Author: ricardomaia
Tags: tech,wordpress,wp-plugin,top-200
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: wordpress-password-protected
info: name: Password Protected – Password Protect your WordPress Site, Pages, & WooCommerce Products – Restrict Content, Protect WooCommerce Category and more Detection author: ricardomaia severity: info reference: - https://wordpress.org/plugins/password-protected/ metadata: plugin_namespace: password-protected wpscan: https://wpscan.com/plugin/password-protected tags: tech,wordpress,wp-plugin,top-200
http: - method: GET path: - "{{BaseURL}}/wp-content/plugins/password-protected/readme.txt"
payloads: last_version: helpers/wordpress/plugins/password-protected.txt
extractors: - type: regex part: body internal: true name: internal_detected_version group: 1 regex: - '(?i)Stable.tag:\s?([\w.]+)'
- type: regex part: body name: detected_version group: 1 regex: - '(?i)Stable.tag:\s?([\w.]+)'
matchers-condition: or matchers: - type: dsl name: "outdated_version" dsl: - compare_versions(internal_detected_version, concat("< ", last_version))
- type: regex part: body regex: - '(?i)Stable.tag:\s?([\w.]+)'# digest: 4b0a00483046022100f82ec6f885fd84a0df03ee849eacc3f62811a97740a2b369b88a27a44bd2d37b022100819db495b0cde8bfacb2048886be6a0c4311fd638d8b96583ae46256919121d0: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/technologies/wordpress/plugins/password-protected.yaml"