Skip to content

WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager Detection

ID: wordpress-insert-headers-and-footers

Severity: info

Author: ricardomaia

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

id: wordpress-insert-headers-and-footers
info:
name: WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/insert-headers-and-footers/
metadata:
plugin_namespace: insert-headers-and-footers
wpscan: https://wpscan.com/plugin/insert-headers-and-footers
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/insert-headers-and-footers/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/insert-headers-and-footers.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: 490a00463044022023de5ec5c63521a11e120da5b5975f97578fce078c48f4af7daa7d4eed82ea1d02207f8943ae8b6b42d970cec3865a6971e0e96ae7c709ebe645cc36f4d524757fd8: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/insert-headers-and-footers.yaml"

View on Github