From 25aca3d291a899459479abbf612b3543ccb82948 Mon Sep 17 00:00:00 2001 From: bcoles Date: Wed, 11 Sep 2013 15:26:15 +0930 Subject: [PATCH] Update 'command.js' for Spyder Eye module --- modules/browser/spyder_eye/command.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/browser/spyder_eye/command.js b/modules/browser/spyder_eye/command.js index fcb8ffc89..c85781fbc 100644 --- a/modules/browser/spyder_eye/command.js +++ b/modules/browser/spyder_eye/command.js @@ -1,4 +1,8 @@ - +// +// 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() { @@ -20,4 +24,4 @@ beef.execute(function() { }); -}); \ No newline at end of file +});