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 /
Web /
[ HOME SHELL ]
Name
Size
Permission
Action
Boolean.pm
660
B
-rw-r--r--
Error.pm
160
B
-rw-r--r--
Multiselect.pm
958
B
-rw-r--r--
Note.pm
159
B
-rw-r--r--
Password.pm
483
B
-rw-r--r--
Progress.pm
231
B
-rw-r--r--
Select.pm
877
B
-rw-r--r--
String.pm
467
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::Web::Password; use strict; use base qw(Debconf::Element); sub show { my $this=shift; $_=$this->question->extended_description; s/\n/\n<br>\n/g; $_.="\n<p>\n"; my $default=''; $default=$this->question->value if defined $this->question->value; my $id=$this->id; $_.="<b>".$this->question->description."</b><input type=password name=\"$id\" value=\"$default\">\n"; return $_; } 1
Close