20 lines
516 B
Ruby
20 lines
516 B
Ruby
#
|
|
# Copyright (c) 2006-2016 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/object'
|
|
require 'core/ruby/string'
|
|
require 'core/ruby/print'
|
|
require 'core/ruby/hash'
|
|
|
|
# @note Patching DataMapper Data Objects Adapter (dm-do-adapter)
|
|
require 'core/ruby/patches/dm-do-adapter/adapter.rb'
|
|
|