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.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
Debconf /
Element /
Dialog /
Delete
Unzip
Name
Size
Permission
Date
Action
Boolean.pm
729
B
-rw-r--r--
2022-02-20 23:42
Error.pm
331
B
-rw-r--r--
2022-02-20 23:42
Multiselect.pm
2.14
KB
-rw-r--r--
2022-02-20 23:42
Note.pm
330
B
-rw-r--r--
2022-02-20 23:42
Password.pm
690
B
-rw-r--r--
2022-02-20 23:42
Progress.pm
1.8
KB
-rw-r--r--
2022-02-20 23:42
Select.pm
1.65
KB
-rw-r--r--
2022-02-20 23:42
String.pm
788
B
-rw-r--r--
2022-02-20 23:42
Text.pm
330
B
-rw-r--r--
2022-02-20 23:42
Save
Rename
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Dialog::Note; use strict; use base qw(Debconf::Element); sub show { my $this=shift; $this->frontend->showtext($this->question, $this->question->description."\n\n". $this->question->extended_description ); $this->value(''); } 1