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

17 lines
862 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:
iframe_sniffer:
enable: true
category: "Misc"
name: "iFrame Sniffer"
description: "This module attempts to do framesniffing (aka Leaky Frame). It will append leakyframe.js (written by Paul Stone) to the DOM and check for specified anchors to be present on a URL.<br />For more information, refer to <a href='https://www.contextis.com/en/blog/framesniffing-against-sharepoint-and-linkedin'>https://www.contextis.com/en/blog/framesniffing-against-sharepoint-and-linkedin</a>"
authors: ["Bart Leppens"]
target:
working: ["S", "IE"]
not_working: ["ALL"]