ヤミRoot VoidGate
User / IP
:
216.73.216.33
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
perl5
/
lib
/
perl5
/
IO
/
All
/
Viewing: String.pm
use strict; use warnings; package IO::All::String; use IO::All -base; const type => 'string'; sub string_ref { my ($self, $ref) = @_; no strict 'refs'; *$self->{ref} = $ref if exists $_[1]; return *$self->{ref} } sub string { my $self = shift; bless $self, __PACKAGE__; $self->_init; } sub open { my $self = shift; my $str = ''; my $ref = \$str; $self->string_ref($ref); open my $fh, '+<', $ref; $self->io_handle($fh); $self->_set_binmode; $self->is_open(1); } 1;
Coded With 💗 by
0x6ick