* updated detection methods for LastPass module * removed old detection of form tag * refactor detection, updated module config.yaml * comment removal * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js True! Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js not necessary to preface the text for this one? Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * Update modules/browser/detect_lastpass/command.js Co-authored-by: bcoles <bcoles@gmail.com> * removing redundant code * implement field creation * form field creation and sequential execution * removing test beef.debug Co-authored-by: bcoles <bcoles@gmail.com>
17 lines
545 B
YAML
17 lines
545 B
YAML
#
|
|
# Copyright (c) 2006-2022 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
detect_lastpass:
|
|
enable: true
|
|
category: "Browser"
|
|
name: "Detect LastPass"
|
|
description: "This module checks if the LastPass extension is installed and active."
|
|
authors: ["xntrik","DeezyE"]
|
|
target:
|
|
not_working: ["IE"]
|
|
working: ["All"]
|