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 /
Crypt /
CBC /
PBKDF /
[ HOME SHELL ]
Name
Size
Permission
Action
none.pm
542
B
-rw-r--r--
opensslv1.pm
690
B
-rw-r--r--
opensslv2.pm
489
B
-rw-r--r--
pbkdf2.pm
715
B
-rw-r--r--
randomiv.pm
893
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : none.pm
package Crypt::CBC::PBKDF::none; use strict; use Carp 'croak'; use base 'Crypt::CBC::PBKDF::opensslv1'; # options: # key_len => 32 default # iv_len => 16 default sub generate_hash { my $self = shift; my ($salt,$passphrase) = @_; # ALERT: in this case passphrase IS the key and the salt is ignored # Croak unless key matches key length my $keylen = $self->{key_len}; length($passphrase) == $keylen or croak "For selected cipher, the key must be exactly $keylen bytes long"; return $passphrase; } 1;
Close