nuclei-templates/http/exposures/configs/vbulletin-path-disclosure.yaml

59 lines
1.5 KiB
YAML

id: vbulletin-path-disclosure
info:
name: vBulletin - Full Path Disclosure
author: MaStErChO
severity: info
reference:
- https://github.com/OWASP/vbscan/blob/master/modules/pathdisclure.pl
metadata:
max-request: 10
verified: true
shodan-query: title:"vBulletin"
tags: config,exposure,fpd,vbulletin
flow: http(1) && http(2)
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- "vBulletin"
- method: GET
path:
- "{{BaseURL}}/forumdisplay.php?do[]=[test.dll]"
- "{{BaseURL}}/calendar.php?do[]=[test.dll]"
- "{{BaseURL}}/search.php?do[]=[test.dll]"
- "{{BaseURL}}/forumrunner/include/album.php"
- "{{BaseURL}}/core/vb5/route/channel.php"
- "{{BaseURL}}/core/vb5/route/conversation.php"
- "{{BaseURL}}/includes/api/interface/noncollapsed.php"
- "{{BaseURL}}/includes/api/interface/collapsed.php"
- "{{BaseURL}}/vbseo_sitemap/addons/vbseo_sm_vba.php"
- "{{BaseURL}}/vbseo_sitemap/addons/vbseo_sm_vba_links.php"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<strong>Warning</strong>:"
- "Cannot modify header information"
- "/strong> on line"
- "trim() expects parameter"
- "class_core.php"
- "header already sent"
- "Fatal error"
condition: or
- type: status
status:
- 200