Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.14.243
Cant Read [ /etc/named.conf ]
8.5.2
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 /
Gnome /
[ HOME SHELL ]
Name
Size
Permission
Action
Boolean.pm
693
B
-rw-r--r--
Error.pm
1.15
KB
-rw-r--r--
Multiselect.pm
2.43
KB
-rw-r--r--
Note.pm
1.06
KB
-rw-r--r--
Password.pm
590
B
-rw-r--r--
Progress.pm
1.1
KB
-rw-r--r--
Select.pm
985
B
-rw-r--r--
String.pm
659
B
-rw-r--r--
Text.pm
301
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Password.pm
#!/usr/bin/perl # This file was preprocessed, do not edit! package Debconf::Element::Gnome::Password; use warnings; use strict; use Gtk3; use utf8; use base qw(Debconf::Element::Gnome); sub init { my $this=shift; $this->SUPER::init(@_); $this->adddescription; $this->widget(Gtk3::Entry->new); $this->widget->show; $this->widget->set_visibility(0); $this->addwidget($this->widget); $this->tip( $this->widget ); $this->addhelp; } sub value { my $this=shift; my $text = $this->widget->get_chars(0, -1); $text = $this->question->value if $text eq ''; return $text; } 1
Close