This integration provides in the misc modules a crypto-loot miner. It is similar to coinhive miner and is inspired by it. It is designed to be used for test purposes only. Please, do not use it on people who haven't given their consent. I.e. no cryptojacking. In no way the author of this integration are responsible for the use of it. We also have no relation to crypto-loot.
20 lines
605 B
YAML
20 lines
605 B
YAML
#
|
|
# Copyright (c) 2006-2017 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."
|
|
authors: ["qutorial"]
|
|
target:
|
|
user_notify: ['ALL']
|