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 /
optparse /
Delete
Unzip
Name
Size
Permission
Date
Action
ac.rb
1.51
KB
-rw-r--r--
2021-07-07 19:08
date.rb
356
B
-rw-r--r--
2021-07-07 19:08
kwargs.rb
406
B
-rw-r--r--
2021-07-07 19:08
shellwords.rb
152
B
-rw-r--r--
2021-07-07 19:08
time.rb
219
B
-rw-r--r--
2021-07-07 19:08
uri.rb
131
B
-rw-r--r--
2021-07-07 19:08
version.rb
2.01
KB
-rw-r--r--
2021-07-07 19:08
Save
Rename
# frozen_string_literal: true require 'optparse' class OptionParser def define_by_keywords(options, meth, **opts) meth.parameters.each do |type, name| case type when :key, :keyreq op, cl = *(type == :key ? %w"[ ]" : ["", ""]) define("--#{name}=#{op}#{name.upcase}#{cl}", *opts[name]) do |o| options[name] = o end end end options end end