release update
parent
1467b1c5be
commit
e849852bef
|
@ -106,7 +106,6 @@ http/technologies/lollms-webui-detect.yaml
|
|||
http/technologies/mirth-connect-detect.yaml
|
||||
http/technologies/oracle-fusion-detect.yaml
|
||||
http/technologies/salesforce-b2c-commerce-webdav.yaml
|
||||
http/technologies/wordpress/plugins/burst-statistics.yaml
|
||||
http/vulnerabilities/hcm/hcm-cloud-lfi.yaml
|
||||
http/vulnerabilities/nagios/nagios-xi-xss.yaml
|
||||
http/vulnerabilities/other/cyberpanel-rce.yaml
|
||||
|
|
|
@ -12039,7 +12039,6 @@ burnmans-diaspora-button
|
|||
burnmans-subjot-button
|
||||
burnzone-commenting
|
||||
burping-the-corpse-sidebar-widget
|
||||
burst-statistics
|
||||
burstn-for-wordpress
|
||||
burstpay-woocommerce
|
||||
bury-admin-bar
|
||||
|
|
|
@ -1,48 +0,0 @@
|
|||
id: wordpress-burst-statistics
|
||||
|
||||
info:
|
||||
name: Burst Statistics – Privacy-Friendly Analytics for WordPress Detection
|
||||
author: ricardomaia
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/burst-statistics/
|
||||
metadata:
|
||||
plugin_namespace: burst-statistics
|
||||
wpscan: https://wpscan.com/plugin/burst-statistics
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/burst-statistics/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/burst-statistics.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.]+)'
|
|
@ -7944,7 +7944,6 @@ http/technologies/wordpress/plugins/black-studio-tinymce-widget.yaml:b6870bfce9d
|
|||
http/technologies/wordpress/plugins/breadcrumb-navxt.yaml:7374512e7aef28b6cdf24a53458c0fbeb48d9903
|
||||
http/technologies/wordpress/plugins/breeze.yaml:8e1f5c859a50cdfd06d8738cbd5e0dc17cbb4ed3
|
||||
http/technologies/wordpress/plugins/broken-link-checker.yaml:5291c06d920ba4feb977e5b32bb25329671bc60b
|
||||
http/technologies/wordpress/plugins/burst-statistics.yaml:8ae381b1138e0ed2a3121f84c7e14d33a6d6ed8a
|
||||
http/technologies/wordpress/plugins/chaty.yaml:82964e68faa620e3fd1e4eac1471360959814535
|
||||
http/technologies/wordpress/plugins/child-theme-configurator.yaml:bd3a1f9d16c4ac6bf3991c7182feba2d046b5a20
|
||||
http/technologies/wordpress/plugins/classic-editor.yaml:d951b2ca1206cbb4801daa95508ed2f4341438f4
|
||||
|
|
Loading…
Reference in New Issue