49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-pretty-link
|
||
|
||
info:
|
||
name: PrettyLinks – Affiliate Links, Link Branding, Link Tracking & Marketing Plugin Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/pretty-link/
|
||
metadata:
|
||
plugin_namespace: pretty-link
|
||
wpscan: https://wpscan.com/plugin/pretty-link
|
||
tags: tech,wordpress,wp-plugin,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/pretty-link/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/pretty-link.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: 490a004630440220020d7450075c022f263a2bc7e38e3c9620fa338bdda58472547062c2207d98aa022070ad82b740a8d4591d5c1ec3c6b87323714adc26cc322b01179b34e52acfacca:922c64590222798bb761d5b6d8e72950 |