Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.145.88.104
202 Domain
8.1.31
nbspublicschool
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
/
usr /
share /
doc /
perl-Test-Simple-0.98 /
t /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
Dev
[ DIR ]
drwxr-xr-x
Test
[ DIR ]
drwxr-xr-x
Dummy.pm
55
B
-rw-r--r--
MyOverload.pm
607
B
-rw-r--r--
NoExporter.pm
150
B
-rw-r--r--
SigDie.pm
79
B
-rw-r--r--
TieOut.pm
372
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TieOut.pm
package TieOut; use strict; sub TIEHANDLE { my $scalar = ''; bless( \$scalar, $_[0] ); } sub PRINT { my $self = shift; $$self .= join( '', @_ ); } sub PRINTF { my $self = shift; my $fmt = shift; $$self .= sprintf $fmt, @_; } sub FILENO { } sub read { my $self = shift; my $data = $$self; $$self = ''; return $data; } 1;
Close