? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /var/softaculous/spip/
File Upload :
Current File : //var/softaculous/spip/keys.php

<?php

@unlink('keys.php');

$key1 = sodium_crypto_secretbox_keygen();
$secret_des_auth = base64_encode($key1);

$key2 = sodium_crypto_secretbox_keygen();
$secret_du_site = base64_encode($key2);

echo '<key1>'.$secret_des_auth.'</key1>';
echo '<key2>'.$secret_du_site.'</key2>';
	
?>

T1KUS90T
  root-grov@198.54.114.191:~$