Compare commits

..

1 Commits

Author SHA1 Message Date
wheatley
73d2cc3c57 Update github_actions.yml 2023-09-24 21:31:45 +10:00
1246 changed files with 1456 additions and 1326 deletions

17
Gemfile
View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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
# #
@@ -21,15 +21,14 @@ gem 'ansi', '~> 1.5'
gem 'term-ansicolor', :require => 'term/ansicolor' gem 'term-ansicolor', :require => 'term/ansicolor'
gem 'rubyzip', '~> 2.3' gem 'rubyzip', '~> 2.3'
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
gem 'rake', '~> 13.1' gem 'rake', '~> 13.0'
# gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
gem 'otr-activerecord', '= 2.1.2'
gem 'sqlite3', '~> 1.6' gem 'sqlite3', '~> 1.6'
gem 'rubocop', '~> 1.59.0', require: false gem 'rubocop', '~> 1.56.3', require: false
# Geolocation support # Geolocation support
group :geoip do group :geoip do
gem 'maxmind-db', '~> 1.2' gem 'maxmind-db', '~> 1.1', '>= 1.1.1'
end end
gem 'parseconfig', '~> 1.1', '>= 1.1.2' gem 'parseconfig', '~> 1.1', '>= 1.1.2'
@@ -64,10 +63,10 @@ end
group :test do group :test do
gem 'test-unit-full', '~> 0.0.5' gem 'test-unit-full', '~> 0.0.5'
gem 'rspec', '~> 3.12' gem 'rspec', '~> 3.12'
gem 'rdoc', '~> 6.6' gem 'rdoc', '~> 6.5'
gem 'browserstack-local', '~> 1.4' gem 'browserstack-local', '~> 1.4'
gem 'irb', '~> 1.11' gem 'irb', '~> 1.8'
gem 'pry-byebug', '~> 3.10', '>= 3.10.1' gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'rest-client', '~> 2.1.0' gem 'rest-client', '~> 2.1.0'
@@ -80,7 +79,7 @@ group :test do
# selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available # gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0' gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.16' gem 'selenium-webdriver', '~> 4.12'
# nokogiri is needed by capybara which may require one of the below commands # nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev # sudo apt-get install libxslt-dev libxml2-dev

View File

@@ -25,6 +25,7 @@ GEM
async-io (~> 1.15) async-io (~> 1.15)
async-io (1.34.3) async-io (1.34.3)
async async
base64 (0.1.1)
browserstack-local (1.4.3) browserstack-local (1.4.3)
byebug (11.1.3) byebug (11.1.3)
capybara (3.39.2) capybara (3.39.2)
@@ -65,15 +66,15 @@ GEM
http_parser.rb (0.8.0) http_parser.rb (0.8.0)
i18n (1.12.0) i18n (1.12.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.7.1) io-console (0.6.0)
io-like (0.3.1) io-like (0.3.1)
irb (1.11.0) irb (1.8.1)
rdoc rdoc
reline (>= 0.3.8) reline (>= 0.3.8)
json (2.6.3) json (2.6.3)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
matrix (0.4.2) matrix (0.4.2)
maxmind-db (1.2.0) maxmind-db (1.1.1)
method_source (1.0.0) method_source (1.0.0)
mime-types (3.4.1) mime-types (3.4.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
@@ -92,16 +93,14 @@ GEM
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux) nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
otr-activerecord (2.1.2) otr-activerecord (2.1.2)
activerecord (>= 4.0, < 7.1) activerecord (>= 4.0, < 7.1)
hashie-forbidden_attributes (~> 0.1) hashie-forbidden_attributes (~> 0.1)
parallel (1.24.0) parallel (1.23.0)
parseconfig (1.1.2) parseconfig (1.1.2)
parser (3.2.2.4) parser (3.2.2.3)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
power_assert (2.0.3) power_assert (2.0.3)
@@ -111,24 +110,24 @@ GEM
pry-byebug (3.10.1) pry-byebug (3.10.1)
byebug (~> 11.0) byebug (~> 11.0)
pry (>= 0.13, < 0.15) pry (>= 0.13, < 0.15)
psych (5.1.2) psych (5.1.0)
stringio stringio
public_suffix (5.0.1) public_suffix (5.0.1)
qr4r (0.6.1) qr4r (0.6.1)
mojo_magick (~> 0.6.5) mojo_magick (~> 0.6.5)
rqrcode_core (~> 0.1) rqrcode_core (~> 0.1)
racc (1.7.3) racc (1.7.1)
rack (2.2.7) rack (2.2.7)
rack-protection (3.0.6) rack-protection (3.0.6)
rack rack
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.1.0) rake (13.0.6)
rdoc (6.6.2) rdoc (6.5.0)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.8.3) regexp_parser (2.8.1)
reline (0.4.1) reline (0.3.8)
io-console (~> 0.5) io-console (~> 0.5)
rest-client (2.1.0) rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0) http-accept (>= 1.7.0, < 2.0)
@@ -151,18 +150,19 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-support (3.12.0) rspec-support (3.12.0)
rubocop (1.59.0) rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.2.4) parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0) rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0) rubocop-ast (1.29.0)
parser (>= 3.2.1.0) parser (>= 3.2.1.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
@@ -170,7 +170,7 @@ GEM
rushover (0.3.0) rushover (0.3.0)
json json
rest-client rest-client
selenium-webdriver (4.16.0) selenium-webdriver (4.12.0)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0) websocket (~> 1.0)
@@ -180,9 +180,8 @@ GEM
rack-protection (= 3.0.6) rack-protection (= 3.0.6)
tilt (~> 2.0) tilt (~> 2.0)
slack-notifier (2.4.0) slack-notifier (2.4.0)
sqlite3 (1.6.9-arm64-darwin) sqlite3 (1.6.6-x86_64-linux)
sqlite3 (1.6.9-x86_64-linux) stringio (3.0.5)
stringio (3.1.0)
sync (0.5.0) sync (0.5.0)
term-ansicolor (1.7.1) term-ansicolor (1.7.1)
tins (~> 1.0) tins (~> 1.0)
@@ -219,19 +218,18 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.8.2) unf_ext (0.0.8.2)
unicode-display_width (2.5.0) unicode-display_width (2.4.2)
webrick (1.8.1) webrick (1.8.1)
websocket (1.2.10) websocket (1.2.9)
websocket-client-simple (0.6.1) websocket-client-simple (0.6.1)
event_emitter event_emitter
websocket websocket
xmlrpc (0.3.3) xmlrpc (0.3.2)
webrick webrick
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
PLATFORMS PLATFORMS
arm64-darwin-22
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
@@ -247,13 +245,13 @@ DEPENDENCIES
eventmachine (~> 1.2, >= 1.2.7) eventmachine (~> 1.2, >= 1.2.7)
execjs (~> 2.9) execjs (~> 2.9)
geckodriver-helper (~> 0.24.0) geckodriver-helper (~> 0.24.0)
irb (~> 1.11) irb (~> 1.8)
json json
maxmind-db (~> 1.2) maxmind-db (~> 1.1, >= 1.1.1)
mime-types (~> 3.4, >= 3.4.1) mime-types (~> 3.4, >= 3.4.1)
msfrpc-client (~> 1.1, >= 1.1.2) msfrpc-client (~> 1.1, >= 1.1.2)
net-smtp net-smtp
otr-activerecord (= 2.1.2) otr-activerecord (~> 2.1, >= 2.1.2)
parseconfig (~> 1.1, >= 1.1.2) parseconfig (~> 1.1, >= 1.1.2)
pry-byebug (~> 3.10, >= 3.10.1) pry-byebug (~> 3.10, >= 3.10.1)
qr4r (~> 0.6.1) qr4r (~> 0.6.1)
@@ -263,10 +261,10 @@ DEPENDENCIES
rdoc (~> 6.5) rdoc (~> 6.5)
rest-client (~> 2.1.0) rest-client (~> 2.1.0)
rspec (~> 3.12) rspec (~> 3.12)
rubocop (~> 1.59.0) rubocop (~> 1.56.3)
rubyzip (~> 2.3) rubyzip (~> 2.3)
rushover (~> 0.3.0) rushover (~> 0.3.0)
selenium-webdriver (~> 4.16) selenium-webdriver (~> 4.12)
sinatra (~> 3.0) sinatra (~> 3.0)
slack-notifier (~> 2.4) slack-notifier (~> 2.4)
sqlite3 (~> 1.6) sqlite3 (~> 1.6)
@@ -275,7 +273,7 @@ DEPENDENCIES
thin (~> 1.8) thin (~> 1.8)
uglifier (~> 4.2) uglifier (~> 4.2)
websocket-client-simple (~> 0.6.1) websocket-client-simple (~> 0.6.1)
xmlrpc (~> 0.3.3) xmlrpc (~> 0.3.2)
BUNDLED WITH BUNDLED WITH
2.4.8 2.4.8

View File

@@ -1,6 +1,6 @@
=============================================================================== ===============================================================================
Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net Copyright (c) 2006-2023 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
@@ -21,9 +21,9 @@ Or cloning the Git repository from Github:
Prerequisites Prerequisites
-------------- --------------
BeEF requires Ruby 3.0+. BeEF requires Ruby 2.7+.
If your operating system package manager does not support Ruby version 3.0, If your operating system package manager does not support Ruby version 2.7,
you can add the brightbox ppa repository for the latest version of Ruby: you can add the brightbox ppa repository for the latest version of Ruby:
$ sudo apt-add-repository -y ppa:brightbox/ruby-ng $ sudo apt-add-repository -y ppa:brightbox/ruby-ng

View File

@@ -1,6 +1,6 @@
=============================================================================== ===============================================================================
Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net Copyright (c) 2006-2023 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
@@ -36,7 +36,7 @@ Requirements
------------ ------------
* Operating System: Mac OSX 10.5.0 or higher / modern Linux. Note: Windows is not supported. * Operating System: Mac OSX 10.5.0 or higher / modern Linux. Note: Windows is not supported.
* [Ruby](https://www.ruby-lang.org): 3.0 or newer * [Ruby](https://www.ruby-lang.org): 2.7 or newer
* [SQLite](http://sqlite.org): 3.x * [SQLite](http://sqlite.org): 3.x
* [Node.js](https://nodejs.org): 10 or newer * [Node.js](https://nodejs.org): 10 or newer
* The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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
# #

6
beef
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# #
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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
# #
@@ -12,9 +12,9 @@
$VERBOSE = nil $VERBOSE = nil
# #
# @note Version check to ensure BeEF is running Ruby 3.0+ # @note Version check to ensure BeEF is running Ruby 2.7+
# #
min_ruby_version = '3.0' min_ruby_version = '2.7'
if RUBY_VERSION < min_ruby_version if RUBY_VERSION < min_ruby_version
puts puts
puts "Ruby version #{RUBY_VERSION} is no longer supported. Please upgrade to Ruby version #{min_ruby_version} or later." puts "Ruby version #{RUBY_VERSION} is no longer supported. Please upgrade to Ruby version #{min_ruby_version} or later."

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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
# #
@@ -72,7 +72,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-2024 Wade Alcorn - wade@bindshell.net # // Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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
# #
@@ -39,7 +39,7 @@ module BeEF
data: params[:d] data: params[:d]
} }
rescue TypeError, ArgumentError => e rescue TypeError, ArgumentError => e
print_debug "Hooked browser returned an invalid argument: #{e}" print_error "Hooked browser returned an invalid argument: #{e}"
end end
Thread.new do Thread.new do

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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-2024 Wade Alcorn - wade@bindshell.net # Copyright (c) 2006-2023 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