20 lines
754 B
YAML
20 lines
754 B
YAML
#
|
|
# Copyright (c) 2006-2020 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
# Module by Zaur Molotnikov, 2017
|
|
# For the use in test purposes only
|
|
# Inspired by coinhive integration (copied and modified)
|
|
#
|
|
beef:
|
|
module:
|
|
cryptoloot_miner:
|
|
enable: true
|
|
category: "Misc"
|
|
name: "Crypto-Loot Miner"
|
|
description: "This module starts the Crypto-Loot Miner. It's worth noting that the module will not work with the default Crypto-Loot proxies as the certificates for the web socket servers are self-signed."
|
|
authors: ["qutorial"]
|
|
target:
|
|
user_notify: ['ALL']
|