1// 2// Copyright (c) 2006-2025 Wade Alcorn - [email protected] 3// Browser Exploitation Framework (BeEF) - https://beefproject.com 4// See the file 'doc/COPYING' for copying permission 5// 6 7// make the phone beep 8// 9beef.execute(function() { 10 navigator.notification.beep(1); 11 beef.net.send("<%= @command_url %>", <%= @command_id %>, 'Beeped'); 12}); 13 14