PATH:
var
/
softaculous
/
glpi
<?php @unlink('update_glpikey.php'); $key = random_bytes(32); echo '<glpikey>'.$key.'</glpikey>'; //Generate private/public keypair using openssl functions $key = openssl_pkey_new([ 'digest_alg' => 'sha512', 'private_key_bits' => 2048, 'private_key_type' => OPENSSL_KEYTYPE_RSA, ]); // export private key openssl_pkey_export($key, $priv_key); // export public key $keyData = openssl_pkey_get_details($key); $public_key = $keyData['key']; $private_key = $priv_key; echo '<publickey>'.$public_key.'</publickey>'; echo '<privatekey>'.$private_key.'</privatekey>'; ?>
[+]
php56
[-] config_db.php
[edit]
[+]
php81
[+]
php53
[-] upgrade.php
[edit]
[-] glpicrypt.key
[edit]
[-] update_pass.php
[edit]
[+]
..
[-] oauth.pem
[edit]
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] notes.txt
[edit]
[-] extend.php
[edit]
[-] md5
[edit]
[-] update_glpikey.php
[edit]
[-] install.js
[edit]
[-] oauth.pub
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] upgrade.xml
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[-] pub_.htaccess
[edit]
[+]
php82
[-] _clone.php
[edit]