Files
beef/core/ruby.rb
2024-12-25 11:40:55 +10:00

15 lines
370 B
Ruby

#
# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - https://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'