Path: blob/master/modules/misc/local_file_theft/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5# local_file_theft6#7# Shamelessly plagurised from kos.io/xsspwn89beef:10module:11local_file_theft:12enable: true13category: "Misc"14name: "Local File Theft"15description: "JavaScript may have filesystem access if we are running from a local resource and using the file:// scheme.<br/>This module checks common locations and cheekily snaches anything it finds. Shamelessly plagurised from http://kos.io/xsspwn. To test this module save the BeEF hook page locally and open in Safari from the your localfile system."16authors: ["mh"]17target:18working: ["S"]192021