Add 'bind_raw' to asset handler

This commit is contained in:
bcoles
2013-02-23 16:57:47 +10:30
parent bf2dc1d387
commit 0d8521dd7b
9 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
//
// Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission
//
beef.execute(function() {
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result=mounted to /beef');
});