Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
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 /
Teletype /
Delete
Unzip
Name
Size
Permission
Date
Action
Boolean.pm
1.17
KB
-rw-r--r--
2023-01-08 21:50
Error.pm
170
B
-rw-r--r--
2023-01-08 21:50
Multiselect.pm
2.19
KB
-rw-r--r--
2023-01-08 21:50
Note.pm
403
B
-rw-r--r--
2023-01-08 21:50
Password.pm
629
B
-rw-r--r--
2023-01-08 21:50
Progress.pm
805
B
-rw-r--r--
2023-01-08 21:50
Select.pm
3.21
KB
-rw-r--r--
2023-01-08 21:50
String.pm
573
B
-rw-r--r--
2023-01-08 21:50
Text.pm
315
B
-rw-r--r--
2023-01-08 21:50
Save
Rename
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Teletype::Note; use strict; use base qw(Debconf::Element); sub visible { my $this=shift; return (Debconf::Config->terse eq 'false'); } sub show { my $this=shift; $this->frontend->display($this->question->description."\n\n". $this->question->extended_description."\n"); $this->value(''); } 1