50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-ninja-forms
|
||
|
||
info:
|
||
name: Ninja Forms Contact Form – The Drag and Drop Form Builder for WordPress Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/ninja-forms/
|
||
metadata:
|
||
max-request: 1
|
||
plugin_namespace: ninja-forms
|
||
wpscan: https://wpscan.com/plugin/ninja-forms
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/ninja-forms/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/ninja-forms.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: 4a0a00473045022100d596e46725dd6de4119f2a71712a92884d3639585abd29027e003470e479c98a02204fe4f2f7d097dad7ba853360f5fe6b3b9e27080c02bfbf9305a8c9c3278ae5c8:922c64590222798bb761d5b6d8e72950 |