Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
lib /
ruby /
gems /
3.0.0 /
gems /
rbs-1.0.4 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
annotate-with-rdoc
4.27
KB
-rw-r--r--
console
338
B
-rw-r--r--
query-rdoc
2.91
KB
-rw-r--r--
rbs-prof
189
B
-rw-r--r--
run_in_md.rb
1.17
KB
-rw-r--r--
setup
150
B
-rw-r--r--
sort
1.81
KB
-rw-r--r--
steep
103
B
-rw-r--r--
test_runner.rb
710
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_runner.rb
#!/usr/bin/env ruby $LOAD_PATH << File.join(__dir__, "../lib") require "set" IS_LATEST_RUBY = Gem::Version.new(RUBY_VERSION).yield_self do |ruby_version| Gem::Version.new('3.0.0') <= ruby_version && ruby_version < Gem::Version.new('3.1.0') end unless IS_LATEST_RUBY STDERR.puts "⚠️⚠️⚠️⚠️ stdlib test assumes Ruby 3.0 but RUBY_VERSION==#{RUBY_VERSION} ⚠️⚠️⚠️⚠️" end KNOWN_FAILS = %w(dbm).map do |lib| /cannot load such file -- #{lib}/ end ARGV.each do |arg| begin load arg rescue LoadError => exn if KNOWN_FAILS.any? {|pat| pat =~ exn.message } STDERR.puts "Loading #{arg} failed, ignoring it: #{exn.inspect}" else raise end end end
Close