Added InPost, InPost PL and GiveWP WordPress Plugins
parent
d90db668d8
commit
ab97e3e60e
|
@ -0,0 +1 @@
|
|||
3.15.1
|
|
@ -0,0 +1 @@
|
|||
1.5.0
|
|
@ -0,0 +1 @@
|
|||
1.4.1
|
|
@ -0,0 +1,48 @@
|
|||
id: wordpress-give
|
||||
|
||||
info:
|
||||
name: Wordpress GiveWP Detection
|
||||
author: mailler
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/give/
|
||||
metadata:
|
||||
plugin_namespace: give
|
||||
wpscan: https://wpscan.com/plugin/give
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/give/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/give.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.]+)'
|
|
@ -0,0 +1,49 @@
|
|||
id: wordpress-inpost-for-woocommerce
|
||||
|
||||
info:
|
||||
name: InPost PL for WooCommerce Detection
|
||||
author: mailler
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/inpost-for-woocommerce/
|
||||
metadata:
|
||||
plugin_namespace: inpost-for-woocommerce
|
||||
wpscan: https://wpscan.com/plugin/inpost-for-woocommerce/
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/inpost-for-woocommerce/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/inpost-for-woocommerce.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: 4a0a0047304502204ebea0120160502f3c9e6897e25834b0dd143fcac7486df3cdf6c46bc8bd0f54022100a5ce702cc3c9b64f3ed604760ddc7a207d18249689b8c5761682c0b9c0edbbdf:922c64590222798bb761d5b6d8e72950
|
|
@ -0,0 +1,49 @@
|
|||
id: wordpress-woo-inpost
|
||||
|
||||
info:
|
||||
name: InPost for WooCommerce Detection
|
||||
author: mailler
|
||||
severity: info
|
||||
reference:
|
||||
- https://wordpress.org/plugins/woo-inpost/
|
||||
metadata:
|
||||
plugin_namespace: woo-inpost
|
||||
wpscan: https://wpscan.com/plugin/woo-inpost
|
||||
tags: tech,wordpress,wp-plugin,top-200
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/woo-inpost/readme.txt"
|
||||
|
||||
payloads:
|
||||
last_version: helpers/wordpress/plugins/woo-inpost.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: 4a0a0047304502204ebea0120160502f3c9e6897e25834b0dd143fcac7486df3cdf6c46bc8bd0f54022100a5ce702cc3c9b64f3ed604760ddc7a207d18249689b8c5761682c0b9c0edbbdf:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue