nuclei-templates/http/technologies/vbulletin-detect.yaml

42 lines
954 B
YAML
Raw Normal View History

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:
max-request: 1
2022-11-30 07:43:00 +00:00
verified: true
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
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'