16 lines
633 B
YAML
16 lines
633 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
coldfusion_dir_traversal_exploit:
|
|
enable: true
|
|
category: "Exploits"
|
|
name: "ColdFusion Directory Traversal Exploit"
|
|
description: "ColdFusion 9.0, 8.0.1, 9.0 and 9.0.1 are vulnerable to directory traversal that leads to arbitrary file retrieval from the ColdFusion server (CVE-2010-2861)"
|
|
authors: ["antisnatchor"]
|
|
target:
|
|
working: ["ALL"]
|