Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.222.106.93
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
2.7.0 /
psych /
visitors /
[ HOME SHELL ]
Name
Size
Permission
Action
depth_first.rb
626
B
-rw-r--r--
emitter.rb
1.45
KB
-rw-r--r--
json_tree.rb
587
B
-rw-r--r--
to_ruby.rb
11.68
KB
-rw-r--r--
visitor.rb
359
B
-rw-r--r--
yaml_tree.rb
15.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : json_tree.rb
# frozen_string_literal: true require 'psych/json/ruby_events' module Psych module Visitors class JSONTree < YAMLTree include Psych::JSON::RubyEvents def self.create options = {} emitter = Psych::JSON::TreeBuilder.new class_loader = ClassLoader.new ss = ScalarScanner.new class_loader new(emitter, ss, options) end def accept target if target.respond_to?(:encode_with) dump_coder target else send(@dispatch_cache[target.class], target) end end end end end
Close