Linux e000727e84fa 5.4.0-208-generic #228-Ubuntu SMP Fri Feb 7 19:41:33 UTC 2025 x86_64
Apache/2.4.62 (Debian)
: 192.168.16.2 | : 192.168.16.1
Cant Read [ /etc/named.conf ]
8.2.27
root
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 /
share /
perl5 /
Debconf /
Element /
Teletype /
[ HOME SHELL ]
Name
Size
Permission
Action
Boolean.pm
1.17
KB
-rw-r--r--
Error.pm
170
B
-rw-r--r--
Multiselect.pm
2.19
KB
-rw-r--r--
Note.pm
403
B
-rw-r--r--
Password.pm
629
B
-rw-r--r--
Progress.pm
805
B
-rw-r--r--
Select.pm
3.21
KB
-rw-r--r--
String.pm
573
B
-rw-r--r--
Text.pm
315
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Password.pm
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Teletype::Password; use strict; use base qw(Debconf::Element); sub show { my $this=shift; $this->frontend->display( $this->question->extended_description."\n"); my $default=''; $default=$this->question->value if defined $this->question->value; my $value=$this->frontend->prompt_password( prompt => $this->question->description, default => $default, question => $this->question, ); return unless defined $value; if ($value eq '') { $value=$default; } $this->frontend->display("\n"); $this->value($value); } 1
Close