Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
PDF /
API2 /
Resource /
XObject /
Form /
[ HOME SHELL ]
Name
Size
Permission
Action
BarCode
[ DIR ]
drwxr-xr-x
BarCode.pm
5.69
KB
-rw-r--r--
Hybrid.pm
1.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Hybrid.pm
package PDF::API2::Resource::XObject::Form::Hybrid; use base qw(PDF::API2::Content PDF::API2::Resource::XObject::Form); use strict; use warnings; our $VERSION = '2.043'; # VERSION use PDF::API2::Basic::PDF::Dict; use PDF::API2::Basic::PDF::Utils; use PDF::API2::Resource::XObject::Form; sub new { my $self = PDF::API2::Resource::XObject::Form::new(@_); $self->{' stream'} = ''; $self->{' poststream'} = ''; $self->{' font'} = undef; $self->{' fontsize'} = 0; $self->{' charspace'} = 0; $self->{' hscale'} = 100; $self->{' wordspace'} = 0; $self->{' leading'} = 0; $self->{' rise'} = 0; $self->{' render'} = 0; $self->{' matrix'} = [1, 0, 0, 1, 0, 0]; $self->{' fillcolor'} = [0]; $self->{' strokecolor'} = [0]; $self->{' translate'} = [0, 0]; $self->{' scale'} = [1, 1]; $self->{' skew'} = [0, 0]; $self->{' rotate'} = 0; $self->{' apiistext'} = 0; $self->{'Resources'} = PDFDict(); $self->{'Resources'}->{'ProcSet'} = PDFArray(map { PDFName($_) } qw(PDF Text ImageB ImageC ImageI)); $self->compressFlate(); return $self; } sub outobjdeep { my $self = shift(); $self->textend() unless $self->{' nofilt'}; return PDF::API2::Basic::PDF::Dict::outobjdeep($self, @_); } 1;
Close