Files
beef/core/ruby.rb
2023-03-29 23:38:33 +11:00

15 lines
369 B
Ruby

#
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# @note Patching Ruby Security
require 'core/ruby/security'
# @note Patching Ruby
require 'core/ruby/module'
require 'core/ruby/string'
require 'core/ruby/print'
require 'core/ruby/hash'