Skip to content

Widget Importer & Exporter Detection

ID: wordpress-widget-importer-exporter

Severity: info

Author: ricardomaia

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

id: wordpress-widget-importer-exporter
info:
name: Widget Importer & Exporter Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/widget-importer-exporter/
metadata:
plugin_namespace: widget-importer-exporter
wpscan: https://wpscan.com/plugin/widget-importer-exporter
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/widget-importer-exporter/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/widget-importer-exporter.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: 490a0046304402203381f248ecc8504b45d6665b8da2f14446f328fff95af7f6ae820e8c83903c1e02204f0caada47d7214bb70898277c74936e508410c8a10ab796390b8bc58360f202: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/widget-importer-exporter.yaml"

View on Github