Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.169.138
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-IO-Compress-2.061 /
io /
gzip /
Delete
Unzip
Name
Size
Permission
Date
Action
gzappend
399
B
-rw-r--r--
2014-06-10 00:59
gzcat
498
B
-rw-r--r--
2014-06-10 00:59
gzgrep
796
B
-rw-r--r--
2014-06-10 00:59
gzstream
515
B
-rw-r--r--
2014-06-10 00:59
Save
Rename
#!/usr/bin/perl use strict ; use warnings ; use IO::Compress::Gzip qw(gzip $GzipError); gzip '-' => '-', Minimal => 1 or die "gzstream: $GzipError\n" ; #exit 0; __END__ #my $gz = new IO::Compress::Gzip *STDOUT my $gz = new IO::Compress::Gzip '-' or die "gzstream: Cannot open stdout as gzip stream: $GzipError\n" ; while (<>) { $gz->write($_) or die "gzstream: Error writing gzip output stream: $GzipError\n" ; } $gz->close or die "gzstream: Error closing gzip output stream: $GzipError\n" ;