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 /
racc /
Delete
Unzip
Name
Size
Permission
Date
Action
compat.rb
538
B
-rw-r--r--
2021-07-07 19:08
debugflags.rb
1.29
KB
-rw-r--r--
2021-07-07 19:08
exception.rb
272
B
-rw-r--r--
2021-07-07 19:08
grammar.rb
22.17
KB
-rw-r--r--
2021-07-07 19:08
grammarfileparser.rb
14.81
KB
-rw-r--r--
2021-07-07 19:08
info.rb
297
B
-rw-r--r--
2021-07-07 19:08
iset.rb
1.24
KB
-rw-r--r--
2021-07-07 19:08
logfilegenerator.rb
5.04
KB
-rw-r--r--
2021-07-07 19:08
parser-text.rb
17.98
KB
-rw-r--r--
2021-07-07 19:08
parser.rb
17.92
KB
-rw-r--r--
2021-07-07 19:08
parserfilegenerator.rb
11.63
KB
-rw-r--r--
2021-07-07 19:08
pre-setup
361
B
-rw-r--r--
2021-07-07 19:08
sourcetext.rb
539
B
-rw-r--r--
2021-07-07 19:08
state.rb
19.81
KB
-rw-r--r--
2021-07-07 19:08
statetransitiontable.rb
7.92
KB
-rw-r--r--
2021-07-07 19:08
static.rb
137
B
-rw-r--r--
2021-07-07 19:08
Save
Rename
#-- # # # # Copyright (c) 1999-2006 Minero Aoki # # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". # #++ unless Object.method_defined?(:__send) class Object alias __send __send__ end end unless Object.method_defined?(:__send!) class Object alias __send! __send__ end end unless Array.method_defined?(:map!) class Array if Array.method_defined?(:collect!) alias map! collect! else alias map! filter end end end