Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
dist /
PathTools /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
Functions.t
730
B
-r--r--r--
2014-12-27 11:48
Spec-taint.t
386
B
-r--r--r--
2014-12-27 11:48
Spec.t
52.04
KB
-r--r--r--
2014-12-27 11:48
crossplatform.t
5.62
KB
-r--r--r--
2014-12-27 11:48
cwd.t
8.75
KB
-r--r--r--
2014-12-27 11:48
rel2abs2rel.t
2.07
KB
-r--r--r--
2014-12-27 11:48
taint.t
813
B
-r--r--r--
2014-12-27 11:48
tmpdir.t
1.52
KB
-r--r--r--
2014-12-27 11:48
win32.t
607
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#!./perl -Tw # Testing File::Spec under taint mode. use strict; chdir 't' unless $ENV{PERL_CORE}; use File::Spec; use lib File::Spec->catdir('t', 'lib'); use Test::More tests => 2; use Scalar::Util qw/tainted/; my $ret; eval { $ret = File::Spec->tmpdir }; is( $@, '', "tmpdir should not explode under taint mode" ); ok( !tainted($ret), "its return value should not be tainted" );