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/
|
2022-11-30 07:43:00 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
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'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100c0c5f1bc5bc014454e00e0e538be652648abb599315a9720e3d5fcbb160eb02b02210087a18452e4696d25f41ceed2e600a8c78f37d14fa51557f53d70893b1cc7546d:922c64590222798bb761d5b6d8e72950
|