16 lines
724 B
YAML
16 lines
724 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:
|
|
gmail_phishing:
|
|
enable: true
|
|
category: "Social Engineering"
|
|
name: "Google Phishing"
|
|
description: "This plugin uses an image tag to XSRF the logout button of Gmail. Continuously the user is logged out of Gmail (eg. if he is logged in in another tab). Additionally it will show the Google favicon and a Gmail phishing page (although the URL is NOT the Gmail URL)."
|
|
authors: ["floyd @floyd_ch floyd.ch"]
|
|
target:
|
|
user_notify: ['ALL']
|