vBulletin Detect
ID: vbulletin-detect
Severity: info
Author: ricardomaia
Tags: tech,vbulletin
Description
Section titled “Description”vBulletin is a proprietary forum and community publishing software written in PHP.
YAML Source
Section titled “YAML Source”id: vbulletin-detect
info: name: vBulletin Detect author: ricardomaia severity: info description: vBulletin is a proprietary forum and community publishing software written in PHP. reference: - https://www.vbulletin.com/ classification: cpe: cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: vbulletin product: vbulletin shodan-query: title:"Powered By vBulletin" google-query: intext:"Powered By vBulletin" tags: tech,vbulletin
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2 matchers: - type: word part: body words: - "Powered By vBulletin" - 'content="vBulletin' - 'id="vbulletin_css' condition: or case-insensitive: true
extractors: - type: regex name: version part: body group: 1 regex: - '(?i)meta.name=.generator.*content=.vbulletin.([\d.|\d]+)' - '(?i)\*.vBulletin.([\d.|\d]+).CSS'# digest: 4a0a00473045022100afeaa655a65b128b42ac05fc019fe1b12eda297008531c10625652a41ae3610402200492b92feca5a97cdebff312ccd0d8afcb9ee43aa494ef1458e4bcca35602625:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/vbulletin-detect.yaml"