Skip to content

Under Construction Detection

ID: wordpress-under-construction-page

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-100,top-200

id: wordpress-under-construction-page
info:
name: Under Construction Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/under-construction-page/
metadata:
plugin_namespace: under-construction-page
wpscan: https://wpscan.com/plugin/under-construction-page
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/under-construction-page/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/under-construction-page.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: 490a0046304402204f67b73d65e4374978ac7b235ad5da1003529a4b9e82ea231dcf95296a187cf0022052559c974f0aa2c0886460f705fcd2672c56e72cb455cdecf4fa6d241c778781:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/under-construction-page.yaml"

View on Github