16 lines
1.2 KiB
YAML
16 lines
1.2 KiB
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
|
|
#
|
|
beef:
|
|
module:
|
|
coinhive_miner:
|
|
enable: true
|
|
category: "Misc"
|
|
name: "Coinhive Miner"
|
|
description: "This module starts the Coinhive JavaScript Miner.<br/><br/>Note: Mining on mobile devices is slow and will drain the battery.<br/><br/>The following modes are available:<br/><br/><b>IF_EXCLUSIVE_TAB</b> - The miner will only start if no other tabs are already mining. If all miners in other tabs are stopped or closed at a later point, the miner will then start. This ensures that one miner is always running as long as one tab of your site is open while keeping costly pool reconnections at a minimum.<br/><br/><b>FORCE_EXCLUSIVE_TAB</b> - The miner will always start and immediately kill all miners in other tabs that have not specified 'FORCE_MULTI_TAB'.</p><br/><br/><b>FORCE_MULTI_TAB</b> - The miner will always start. It will not announce its presence to other tabs, will not kill any other miners and can't be killed by other miners.<br/>"
|
|
authors: ["bcoles"]
|
|
target:
|
|
user_notify: ['ALL']
|