2023-06-15 04:02:02 +00:00
|
|
|
id: wordpress-fast-indexing-api
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Instant Indexing for Google Detection
|
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://wordpress.org/plugins/fast-indexing-api/
|
|
|
|
metadata:
|
|
|
|
plugin_namespace: fast-indexing-api
|
|
|
|
wpscan: https://wpscan.com/plugin/fast-indexing-api
|
|
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
2023-11-09 09:16:59 +00:00
|
|
|
|
2023-06-15 04:02:02 +00:00
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/fast-indexing-api/readme.txt"
|
|
|
|
|
|
|
|
payloads:
|
|
|
|
last_version: helpers/wordpress/plugins/fast-indexing-api.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.]+)'
|
2023-11-09 10:05:26 +00:00
|
|
|
# digest: 4a0a00473045022100eb3bd8268413261da3f261b39239dfbecde4fe26a618c029d88ddfadc6ac02ce02203bc9fc493d876159778edd2ce43bdfd20e5e4b8340f431cff488e5d1270560e1:922c64590222798bb761d5b6d8e72950
|