Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/core/ruby.rb
1146 views
1
#
2
# Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
7
# @note Patching Ruby Security
8
require 'core/ruby/security'
9
10
# @note Patching Ruby
11
require 'core/ruby/module'
12
require 'core/ruby/string'
13
require 'core/ruby/print'
14
require 'core/ruby/hash'
15
16