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 | : 18.222.163.134
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 /
bzip2 /
[ HOME SHELL ]
Name
Size
Permission
Action
bzcat
503
B
-rw-r--r--
bzgrep
495
B
-rw-r--r--
bzstream
135
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bzcat
#!/usr/bin/perl use IO::Uncompress::Bunzip2 qw( $Bunzip2Error ); use strict ; use warnings ; #die "Usage: gzcat file...\n" # unless @ARGV ; my $file ; my $buffer ; my $s; @ARGV = '-' unless @ARGV ; foreach $file (@ARGV) { my $gz = new IO::Uncompress::Bunzip2 $file or die "Cannot open $file: $Bunzip2Error\n" ; print $buffer while ($s = $gz->read($buffer)) > 0 ; die "Error reading from $file: $Bunzip2Error\n" if $s < 0 ; $gz->close() ; }
Close