Update and rename wordpress-bricks-builder-theme-detect.yaml to http/technologies/wordpress/theme/wp-bricks-builder-theme.yaml

patch-2
Dhiyaneshwaran 2024-05-13 13:22:35 +05:30 committed by GitHub
parent 075b22acb7
commit 0ea9d174b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 8 deletions

View File

@ -1,12 +1,14 @@
id: wordpress-bricks-builder-theme-detect
id: wp-bricks-builder-theme
info:
name: Detect WordPress Bricks Builder Theme Version <= 1.9.6
author: yourname
name: WordPress Bricks Builder Theme Version
author: Anonymous
severity: info
description: Checks for Bricks Builder Theme versions 1.9.6 and below.
description: |
- Checks for Bricks Builder Theme versions.
reference:
- https://0day.today/exploit/description/39489
tags: wordpress,bricksbuilder,detection
tags: wordpress,theme,wp-theme,wp,bricks
requests:
- method: GET
@ -16,15 +18,14 @@ requests:
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Bricks Builder"
part: body
- type: regex
part: body
regex:
- "Version\\s([0-1]\\.[0-8]\\.\\d+|1\\.9\\.[0-6])"
part: body
condition: or
- type: status
status: