UNPKG

beef-npm

Version:

Node.js package to install and interact with BeEF (Browser Exploitation Framework)

20 lines (18 loc) 759 B
<!-- Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - https://beefproject.com See the file 'doc/COPYING' for copying permission --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title></title> </head> <body style="background-color:red"> <p>&nbsp;</p> <a href="#click1" onclick="javascript:alert('You clicked link1 at '+ window.location);">moooooooo</a> <p>&nbsp;</p> <a href="#click2" onclick="javascript:alert('You clicked link2 at '+ window.location);">moooooooo</a> </body> </html>