Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
rubygems /
defaults /
[ HOME SHELL ]
Name
Size
Permission
Action
operating_system.rb
1.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : operating_system.rb
unless ENV['DEBIAN_DISABLE_RUBYGEMS_INTEGRATION'] class << Gem OPERATING_SYSTEM_DEFAULTS = { :ssl_ca_cert => '/etc/ssl/certs/ca-certificates.crt' } alias :upstream_default_dir :default_dir def default_dir File.join('/', 'var', 'lib', 'gems', RbConfig::CONFIG["ruby_version"]) end alias :upstream_default_bindir :default_bindir def default_bindir File.join('/', 'usr', 'local', 'bin') end alias :upstream_default_path :default_path def default_path # FIXME remove (part of) this after we get rid of ruby 2.1 and 2.2 extra_path = nil if RbConfig::CONFIG['ruby_version'] == '2.1.0' extra_path = File.join('/usr/share/rubygems-integration', '2.1') elsif RbConfig::CONFIG['ruby_version'] == '2.2.0' extra_path = File.join('/usr/share/rubygems-integration', '2.2') end arch = RbConfig::CONFIG["arch"] api_version = RbConfig::CONFIG["ruby_version"] upstream_default_path + [ "/usr/lib/#{arch}/rubygems-integration/#{api_version}", File.join('/usr/share/rubygems-integration', api_version), extra_path, '/usr/share/rubygems-integration/all' ].compact end end if RUBY_VERSION >= '2.1' then class << Gem::BasicSpecification alias :upstream_default_specifications_dir :default_specifications_dir def default_specifications_dir File.join(Gem.upstream_default_dir, "specifications", "default") end end end end
Close