15 lines
369 B
Ruby
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'
|