18 lines
692 B
YAML
18 lines
692 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:
|
|
get_stored_credentials:
|
|
enable: true
|
|
category: ["Browser", "Hooked Domain"]
|
|
name: "Get Stored Credentials"
|
|
description: "This module retrieves saved username/password combinations from the login page on the hooked domain.<br /><br />It will fail if more than one set of domain credentials are saved in the browser."
|
|
authors: ["bcoles"]
|
|
target:
|
|
working: ["FF"]
|
|
not_working: ["All"]
|
|
|