Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
krayin /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
php53
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
php56
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
php71
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
php81
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
php82
[ DIR ]
drwxr-xr-x
2026-08-05 21:12
.env
1.21
KB
-rw-r--r--
2026-08-05 06:16
.htaccess
536
B
-rw-r--r--
2024-12-17 02:35
edit.php
4.59
KB
-rw-r--r--
2026-08-05 07:57
edit.xml
447
B
-rw-r--r--
2024-12-31 05:49
extend.php
8.74
KB
-rw-r--r--
2026-08-05 07:57
fileindex.php
358
B
-rw-r--r--
2026-08-05 06:16
import.php
3.14
KB
-rw-r--r--
2026-08-05 07:57
info.xml
4.54
KB
-rw-r--r--
2026-08-05 06:16
install.js
924
B
-rw-r--r--
2024-12-17 02:35
install.php
5.35
KB
-rw-r--r--
2026-08-05 07:57
install.xml
935
B
-rw-r--r--
2024-12-17 02:35
md5
1.54
KB
-rw-r--r--
2026-08-05 07:57
notes.txt
1.31
KB
-rw-r--r--
2026-03-18 08:20
update_pass.php
497
B
-rw-r--r--
2024-12-17 02:35
Save
Rename
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); echo '<update_pass>'.$resp.'</update_pass>'; ?>