50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-really-simple-captcha
|
|
|
|
info:
|
|
name: Really Simple CAPTCHA Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/really-simple-captcha/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: really-simple-captcha
|
|
wpscan: https://wpscan.com/plugin/really-simple-captcha
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/really-simple-captcha/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/really-simple-captcha.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: 4a0a00473045022100e522d3dd3b323914f1459891caad48fd8bc586f156ff087b2f98870c608442d4022067eefc60e167de3e9f9ce76bbe0be50ec13ef70a7c6d2d58d2e728b590de06f5:922c64590222798bb761d5b6d8e72950 |