Add vbulletin-detect.yaml

patch-1
Ricardo Maia 2022-11-30 04:43:00 -03:00
parent 8ad3bd381f
commit 3dee93d59c
1 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,43 @@
id: vbulletin-detect
info:
name: vBulletin Detect
author: ricardomaia
severity: info
description: vBulletin is a proprietary forum and community publishing software written in PHP.
metadata:
verified: true
build-with-query: https://trends.builtwith.com/websitelist/vBulletin
google-query: intext:"Powered By vBulletin"
reference:
- https://www.vbulletin.com/
tags: tech,vbulletin
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: or
matchers:
- type: regex
regex:
- "(?i)meta.name=.generator.*content=.vBulletin"
- '(?i)\*.vBulletin.([\d.|\d]+).CSS'
condition: or
- type: word
case-insensitive: true
words:
- "Powered By vBulletin"
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- '(?i)meta.name=.generator.*content=.vbulletin.([\d.|\d]+)'
- '(?i)\*.vBulletin.([\d.|\d]+).CSS'