Linux server.serveridoramd.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 138.128.189.138 & Your IP : 216.73.216.158
Domains :
Cant Read [ /etc/named.conf ]
User : avisosenacribj05
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
2026-08-12 16:30
bundler
554
B
-rwxr-xr-x
2026-08-12 16:30
erb
4.97
KB
-rwxr-xr-x
2026-08-12 16:30
gem
568
B
-rwxr-xr-x
2026-08-12 16:30
irb
530
B
-rwxr-xr-x
2026-08-12 16:30
passenger
1.79
KB
-rwxr-xr-x
2026-08-14 16:26
passenger-config
1.64
KB
-rwxr-xr-x
2026-08-14 16:26
racc
609
B
-rwxr-xr-x
2026-08-12 16:30
racc2y
613
B
-rwxr-xr-x
2026-08-12 16:30
rackup
85
B
-rwxr-xr-x
2026-04-08 16:48
rdoc
536
B
-rwxr-xr-x
2026-08-12 16:30
ri
532
B
-rwxr-xr-x
2026-08-12 16:30
ruby
11.66
KB
-rwxr-xr-x
2026-08-12 16:30
y2racc
613
B
-rwxr-xr-x
2026-08-12 16:30
Save
Rename
#!/usr/bin/env ruby # Phusion Passenger - https://www.phusionpassenger.com/ # Copyright (c) 2010-2025 Asynchronous B.V. # # "Passenger", "Phusion Passenger" and "Union Station" are registered # trademarks of Asynchronous B.V. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. ENV["PASSENGER_LOCATION_CONFIGURATION_FILE"] = "/opt/cpanel/ea-ruby27/root/usr/share/passenger/phusion_passenger/locations.ini" begin require 'rubygems' rescue LoadError end require '/opt/cpanel/ea-ruby27/root/usr/share/passenger/phusion_passenger' PhusionPassenger.locate_directories PhusionPassenger.require_passenger_lib 'config/main' PhusionPassenger::Config.run!(ARGV)