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 /
auto /
CGI /
XMLForm /
Path /
[ HOME SHELL ]
Name
Size
Permission
Action
Append.al
633
B
-rw-r--r--
Attrib.al
344
B
-rw-r--r--
FullPath.al
470
B
-rw-r--r--
Path.al
336
B
-rw-r--r--
Pop.al
425
B
-rw-r--r--
autosplit.ix
308
B
-rw-r--r--
buildSelf.al
1.19
KB
-rw-r--r--
isChildPath.al
664
B
-rw-r--r--
isEqual.al
718
B
-rw-r--r--
isRelative.al
357
B
-rw-r--r--
isRepeat.al
349
B
-rw-r--r--
new.al
612
B
-rw-r--r--
rebuildSelf.al
400
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : isEqual.al
# NOTE: Derived from ../blib/lib/CGI/XMLForm/Path.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package CGI::XMLForm::Path; #line 125 "../blib/lib/CGI/XMLForm/Path.pm (autosplit into ../blib/lib/auto/CGI/XMLForm/Path/isEqual.al)" sub isEqual { my $self = shift; my $compare = shift; my @a = @{$self->{_fullpath}}; my @b = @{$compare->{_fullpath}}; # warn "Comparing: ", $self->FullPath, "\nTo : ", $compare->FullPath, # "\n"; if (scalar @a != scalar @b) { return 0; } foreach (0..$#a) { $a[$_] =~ s/\[.*\]//; $b[$_] =~ s/\[.*\]//; if ($a[$_] ne $b[$_]) { return 0; } } # warn "*** FOUND ***\n"; return 1; } # end of CGI::XMLForm::Path::isEqual 1;
Close