Linux vps-4302913.novaexata.com.br 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
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 /
share /
gems /
gems /
json-1.7.7 /
lib /
json /
add /
[ HOME SHELL ]
Name
Size
Permission
Action
bigdecimal.rb
568
B
-rw-r--r--
complex.rb
398
B
-rw-r--r--
core.rb
318
B
-rw-r--r--
date.rb
888
B
-rw-r--r--
date_time.rb
1.31
KB
-rw-r--r--
exception.rb
811
B
-rw-r--r--
ostruct.rb
810
B
-rw-r--r--
range.rb
794
B
-rw-r--r--
rational.rb
414
B
-rw-r--r--
regexp.rb
769
B
-rw-r--r--
struct.rb
795
B
-rw-r--r--
symbol.rb
623
B
-rw-r--r--
time.rb
1.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : complex.rb
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED require 'json' end defined?(::Complex) or require 'complex' class Complex def self.json_create(object) Complex(object['r'], object['i']) end def as_json(*) { JSON.create_id => self.class.name, 'r' => real, 'i' => imag, } end def to_json(*) as_json.to_json end end
Close