Update and rename wordpress-bricks-builder-theme-detect.yaml to http/technologies/wordpress/theme/wp-bricks-builder-theme.yaml
parent
075b22acb7
commit
0ea9d174b7
|
@ -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:
|
Loading…
Reference in New Issue