Merge pull request #9732 from projectdiscovery/Anonymous-JQqFGrQSHjpsXAtkxrAA9G

Added template for wordpress-bricks-builder-theme-detect
patch-2
Dhiyaneshwaran 2024-05-13 14:14:50 +05:30 committed by GitHub
commit b4e261970b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: wp-bricks-builder-theme
info:
name: WordPress Bricks Builder Theme Version
author: Anonymous
severity: info
description: |
- Checks for Bricks Builder Theme versions.
reference:
- https://0day.today/exploit/description/39489
metadata:
publicwww-query: "/wp-content/themes/bricks/"
verified: true
max-request: 1
tags: wordpress,theme,wp-theme,wp,bricks
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/bricks/readme.txt"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Bricks - Visual Website Builder"
- type: regex
part: body
regex:
- "Stable tag:([ 0-9.]+)"
- type: status
status:
- 200