Updated Copyright dates

This commit is contained in:
Wade Alcorn
2018-01-04 09:12:43 +10:00
parent 24298b4d9e
commit fca5279f17
1274 changed files with 1324 additions and 1280 deletions

View File

@@ -1,7 +1,7 @@
# BeEF's Gemfile # BeEF's Gemfile
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -4,6 +4,7 @@ GEM
addressable (2.5.2) addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0) public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0) ansi (1.5.0)
buftok (0.2.0)
chunky_png (1.3.8) chunky_png (1.3.8)
daemons (1.2.4) daemons (1.2.4)
data_objects (0.10.17) data_objects (0.10.17)
@@ -26,9 +27,12 @@ GEM
do_sqlite3 (~> 0.10.6) do_sqlite3 (~> 0.10.6)
do_sqlite3 (0.10.17) do_sqlite3 (0.10.17)
data_objects (= 0.10.17) data_objects (= 0.10.17)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
em-websocket (0.5.1) em-websocket (0.5.1)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
equalizer (0.0.11)
erubis (2.7.0) erubis (2.7.0)
espeak-ruby (1.0.4) espeak-ruby (1.0.4)
eventmachine (1.0.9.1) eventmachine (1.0.9.1)
@@ -36,11 +40,21 @@ GEM
fastercsv (1.5.5) fastercsv (1.5.5)
filesize (0.1.1) filesize (0.1.1)
geoip (1.6.3) geoip (1.6.3)
http (3.0.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (>= 2.0.0.pre.pre2, < 3)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.0.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
jsobfu (0.4.2) jsobfu (0.4.2)
rkelly-remix rkelly-remix
json (1.8.6) json (1.8.6)
json_pure (1.8.6) json_pure (1.8.6)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
metasm (1.0.3) metasm (1.0.3)
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
@@ -52,6 +66,9 @@ GEM
rex (~> 2) rex (~> 2)
msgpack (1.1.0) msgpack (1.1.0)
multi_json (1.12.2) multi_json (1.12.2)
multipart-post (2.0.0)
naught (1.1.0)
netrc (0.11.0)
nokogiri (1.8.1) nokogiri (1.8.1)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
parseconfig (1.0.8) parseconfig (1.0.8)
@@ -66,6 +83,10 @@ GEM
rake rake
rake (12.1.0) rake (12.1.0)
rb-readline (0.5.5) rb-readline (0.5.5)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rex (2.0.11) rex (2.0.11)
filesize filesize
jsobfu (~> 0.4.1) jsobfu (~> 0.4.1)
@@ -84,20 +105,40 @@ GEM
eventmachine (~> 1.0.0) eventmachine (~> 1.0.0)
rexec (~> 1.6.2) rexec (~> 1.6.2)
rubyzip (1.2.1) rubyzip (1.2.1)
rushover (0.3.0)
json
rest-client
simple_oauth (0.3.1)
sinatra (1.4.8) sinatra (1.4.8)
rack (~> 1.5) rack (~> 1.5)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (>= 1.3, < 3) tilt (>= 1.3, < 3)
slack-notifier (2.3.1)
term-ansicolor (1.6.0) term-ansicolor (1.6.0)
tins (~> 1.0) tins (~> 1.0)
thin (1.7.2) thin (1.7.2)
daemons (~> 1.0, >= 1.0.9) daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4) eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3) rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.8) tilt (2.0.8)
tins (1.15.0) tins (1.15.0)
twitter (6.2.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.11)
http (~> 3.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
memoizable (~> 0.4.0)
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
uglifier (3.2.0) uglifier (3.2.0)
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
PLATFORMS PLATFORMS
ruby ruby
@@ -124,10 +165,13 @@ DEPENDENCIES
rack (~> 1.6.5) rack (~> 1.6.5)
rubydns (~> 0.7.3) rubydns (~> 0.7.3)
rubyzip (>= 1.2.1) rubyzip (>= 1.2.1)
rushover
sinatra sinatra
slack-notifier
term-ansicolor term-ansicolor
thin thin
twitter (>= 5.0.0)
uglifier uglifier
BUNDLED WITH BUNDLED WITH
1.15.3 1.16.1

View File

@@ -1,6 +1,6 @@
=============================================================================== ===============================================================================
Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
Browser Exploitation Framework (BeEF) - http://beefproject.com Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission See the file 'doc/COPYING' for copying permission

View File

@@ -1,6 +1,6 @@
=============================================================================== ===============================================================================
Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
Browser Exploitation Framework (BeEF) - http://beefproject.com Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission See the file 'doc/COPYING' for copying permission

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

2
beef
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
// //
// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
// Browser Exploitation Framework (BeEF) - http://beefproject.com // Browser Exploitation Framework (BeEF) - http://beefproject.com
// See the file 'doc/COPYING' for copying permission // See the file 'doc/COPYING' for copying permission
// //

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #
@@ -53,7 +53,7 @@ module BeEF
if config.get("beef.http.websocket.enable") && ws.getsocket(hooked_browser.session) if config.get("beef.http.websocket.enable") && ws.getsocket(hooked_browser.session)
#content = command_module.output.gsub('// #content = command_module.output.gsub('//
#// #//
#// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net #// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
#// Browser Exploitation Framework (BeEF) - http://beefproject.com #// Browser Exploitation Framework (BeEF) - http://beefproject.com
#// See the file 'doc/COPYING' for copying permission #// See the file 'doc/COPYING' for copying permission
#// #//

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com # Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission # See the file 'doc/COPYING' for copying permission
# #

Some files were not shown because too many files have changed in this diff Show More