2022-11-30 07:43:00 +00:00
|
|
|
id: vbulletin-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: vBulletin Detect
|
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
|
|
|
description: vBulletin is a proprietary forum and community publishing software written in PHP.
|
2022-11-30 07:55:26 +00:00
|
|
|
reference:
|
|
|
|
- https://www.vbulletin.com/
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:*
|
2022-11-30 07:43:00 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2024-09-10 09:08:16 +00:00
|
|
|
vendor: vbulletin
|
|
|
|
product: vbulletin
|
2022-11-30 08:23:24 +00:00
|
|
|
shodan-query: title:"Powered By vBulletin"
|
2023-01-24 10:15:46 +00:00
|
|
|
google-query: intext:"Powered By vBulletin"
|
2022-11-30 07:43:00 +00:00
|
|
|
tags: tech,vbulletin
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-30 07:43:00 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2022-11-30 07:55:26 +00:00
|
|
|
|
|
|
|
host-redirects: true
|
2022-11-30 07:43:00 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-11-30 08:23:24 +00:00
|
|
|
part: body
|
2022-11-30 07:43:00 +00:00
|
|
|
words:
|
|
|
|
- "Powered By vBulletin"
|
2022-11-30 08:23:24 +00:00
|
|
|
- 'content="vBulletin'
|
|
|
|
- 'id="vbulletin_css'
|
|
|
|
condition: or
|
|
|
|
case-insensitive: true
|
2022-11-30 07:55:26 +00:00
|
|
|
|
2022-11-30 07:43:00 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: version
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)meta.name=.generator.*content=.vbulletin.([\d.|\d]+)'
|
|
|
|
- '(?i)\*.vBulletin.([\d.|\d]+).CSS'
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a0047304502202eb0244a703e9cc76465e28149771d82acd0c1429dfda79922f72c9703f7e0b9022100a6ca5da692083c1223f5603ade853b80285c265cd32bcd4b92bf9aeb3eb337bb:922c64590222798bb761d5b6d8e72950
|