Files
beef/modules/host/detect_local_drives/config.yaml
2025-12-26 19:18:05 +10:00

17 lines
755 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:
detect_local_drives:
enable: true
category: "Host"
name: "Detect Local Drives"
description: "This module attempts to detect local drives on the user's system using <a href='https://soroush.secproject.com/blog/2013/04/microsoft-xmldom-in-ie-can-divulge-information-of-local-drivenetwork-in-error-messages/'>Internet Explorer XMLDOM XXE</a> discovered by Soroush Dalili (@irsdl)."
authors: ["bcoles"]
target:
working: ["IE"]
not_working: ["ALL"]