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 /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
2.15
KB
-rw-r--r--
2016-10-10 17:41
Makefile.PL
2.8
KB
-r--r--r--
2014-12-27 11:49
c2ph
35.77
KB
-rwxr-xr-x
2016-10-10 17:41
c2ph.PL
37.81
KB
-r--r--r--
2014-12-27 11:49
config_data
7.08
KB
-rwxr-xr-x
2016-10-10 17:41
config_data.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
corelist
12.51
KB
-rwxr-xr-x
2016-10-10 17:41
corelist.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
cpan
5.75
KB
-rwxr-xr-x
2016-10-10 17:41
cpan.PL
1.4
KB
-r--r--r--
2014-12-27 11:49
enc2xs
38.51
KB
-rwxr-xr-x
2016-10-10 17:41
enc2xs.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
h2ph
27.67
KB
-rwxr-xr-x
2016-10-10 17:41
h2ph.PL
28.84
KB
-r--r--r--
2014-12-27 11:49
h2xs
59.37
KB
-rwxr-xr-x
2016-10-10 17:41
h2xs.PL
60.53
KB
-r--r--r--
2014-12-27 11:49
instmodsh
4.17
KB
-rwxr-xr-x
2016-10-10 17:41
instmodsh.PL
1.46
KB
-r--r--r--
2014-12-27 11:49
json_pp
3.85
KB
-rwxr-xr-x
2016-10-10 17:41
json_pp.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
libnetcfg
15.37
KB
-rwxr-xr-x
2016-10-10 17:41
libnetcfg.PL
16.53
KB
-r--r--r--
2014-12-27 11:49
perlbug
44.31
KB
-rwxr-xr-x
2016-10-10 17:41
perlbug.PL
45.92
KB
-r--r--r--
2014-12-27 11:49
perldoc
246
B
-rwxr-xr-x
2016-10-10 17:41
perldoc.PL
1.65
KB
-r--r--r--
2014-12-27 11:49
perlivp
10.55
KB
-rwxr-xr-x
2016-10-10 17:41
perlivp.PL
12.34
KB
-r--r--r--
2014-12-27 11:49
piconv
8.09
KB
-rwxr-xr-x
2016-10-10 17:41
piconv.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
pl2pm
4.45
KB
-rwxr-xr-x
2016-10-10 17:41
pl2pm.PL
5.6
KB
-r--r--r--
2014-12-27 11:49
pod2html
4.02
KB
-rwxr-xr-x
2016-10-10 17:41
pod2html.PL
1.42
KB
-r--r--r--
2014-12-27 11:49
prove
13.21
KB
-rwxr-xr-x
2016-10-10 17:41
prove.PL
1.41
KB
-r--r--r--
2014-12-27 11:49
pstruct
35.77
KB
-rwxr-xr-x
2016-10-10 17:41
ptar
3.46
KB
-rwxr-xr-x
2016-10-10 17:41
ptar.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
ptardiff
2.44
KB
-rwxr-xr-x
2016-10-10 17:41
ptardiff.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
ptargrep
4.16
KB
-rwxr-xr-x
2016-10-10 17:41
ptargrep.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
shasum
8.84
KB
-rwxr-xr-x
2016-10-10 17:41
shasum.PL
1.44
KB
-r--r--r--
2014-12-27 11:49
splain
18.35
KB
-rwxr-xr-x
2016-10-10 17:41
splain.PL
1.38
KB
-r--r--r--
2014-12-27 11:49
xsubpp
5.03
KB
-rwxr-xr-x
2016-10-10 17:41
xsubpp.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
zipdetails
47.34
KB
-rwxr-xr-x
2016-10-10 17:41
zipdetails.PL
1.45
KB
-r--r--r--
2014-12-27 11:49
Save
Rename
#!/root/localperl/bin/perl eval 'exec /root/localperl/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; #!/usr/bin/perl use strict; use Archive::Tar; use Getopt::Std; my $opts = {}; getopts('h:', $opts) or die usage(); die usages() if $opts->{h}; ### need Text::Diff -- give a polite error (not a standard prereq) unless ( eval { require Text::Diff; Text::Diff->import; 1 } ) { die "\n\t This tool requires the 'Text::Diff' module to be installed\n"; } my $arch = shift or die usage(); my $tar = Archive::Tar->new( $arch ) or die "Couldn't read '$arch': $!"; foreach my $file ( $tar->get_files ) { next unless $file->is_file; my $name = $file->name; diff( \($file->get_content), $name, { FILENAME_A => $name, MTIME_A => $file->mtime, OUTPUT => \*STDOUT } ); } sub usage { return q[ Usage: ptardiff ARCHIVE_FILE ptardiff -h ptardiff is a small program that diffs an extracted archive against an unextracted one, using the perl module Archive::Tar. This effectively lets you view changes made to an archives contents. Provide the progam with an ARCHIVE_FILE and it will look up all the files with in the archive, scan the current working directory for a file with the name and diff it against the contents of the archive. Options: h Prints this help message Sample Usage: $ tar -xzf Acme-Buffy-1.3.tar.gz $ vi Acme-Buffy-1.3/README [...] $ ptardiff Acme-Buffy-1.3.tar.gz > README.patch See Also: tar(1) ptar Archive::Tar ] . $/; } =head1 NAME ptardiff - program that diffs an extracted archive against an unextracted one =head1 DESCRIPTION ptardiff is a small program that diffs an extracted archive against an unextracted one, using the perl module Archive::Tar. This effectively lets you view changes made to an archives contents. Provide the progam with an ARCHIVE_FILE and it will look up all the files with in the archive, scan the current working directory for a file with the name and diff it against the contents of the archive. =head1 SYNOPSIS ptardiff ARCHIVE_FILE ptardiff -h $ tar -xzf Acme-Buffy-1.3.tar.gz $ vi Acme-Buffy-1.3/README [...] $ ptardiff Acme-Buffy-1.3.tar.gz > README.patch =head1 OPTIONS h Prints this help message =head1 SEE ALSO tar(1), L<Archive::Tar>. =cut