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:
|
||
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: 4b0a00483046022100c1750797fb0a11599103883fa7c3aaa07c94f285e3aa1d8d3131c05a38c0439d022100cef59f023629fbe459eaa45a1446c4cf42ba7e427ab6ed1ab879389946f755d4:922c64590222798bb761d5b6d8e72950 |