#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7no_sleep:8enable: true9category: "Misc"10name: "No Sleep"11description: "This module uses <a href='https://github.com/richtr/NoSleep.js'>NoSleep.js</a> to prevent display sleep and enable wake lock in any Android or iOS web browser."12authors: ["bcoles"]13target:14working:15ALL:16os: ["iOS", "Android"]171819