16 lines
671 B
YAML
16 lines
671 B
YAML
#
|
|
# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
confirm_close_tab:
|
|
enable: true
|
|
category: "Persistence"
|
|
name: "Confirm Close Tab"
|
|
description: "Shows a confirm dialog to the user when he tries to close a tab. If he click yes, re-display the confirm dialog. Doesn't work on Opera < 12. In Chrome you can't keep opening confirm dialogs."
|
|
authors: ["antisnatchor"]
|
|
target:
|
|
user_notify: ["ALL"]
|
|
not_working: ["O"] |