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 /
bzip2 /
Delete
Unzip
Name
Size
Permission
Date
Action
bzcat
503
B
-rw-r--r--
2014-06-10 00:59
bzgrep
495
B
-rw-r--r--
2014-06-10 00:59
bzstream
135
B
-rw-r--r--
2014-06-10 00:59
Save
Rename
#!/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() ; }