Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
shopware /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
php53
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
php56
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
php71
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
php81
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
php82
[ DIR ]
drwxr-xr-x
2025-09-04 08:07
.env.local
312
B
-rw-r--r--
2023-05-09 03:30
.htaccess
459
B
-rw-r--r--
2021-12-23 00:54
.uniqueid.txt
12
B
-rw-r--r--
2021-12-23 00:54
_clone.php
10.76
KB
-rw-r--r--
2023-05-09 03:30
_upgrade.php
4.26
KB
-rw-r--r--
2021-12-23 00:54
_upgrade.xml
327
B
-rw-r--r--
2021-12-23 00:54
backup.php
2.12
KB
-rw-r--r--
2025-09-03 02:50
edit.php
5.15
KB
-rw-r--r--
2025-09-03 02:50
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
extend.php
9.2
KB
-rw-r--r--
2025-09-03 02:50
fileindex.php
194
B
-rw-r--r--
2025-02-24 00:40
import.php
4.83
KB
-rw-r--r--
2025-09-03 02:50
info.xml
4.02
KB
-rw-r--r--
2025-09-02 21:03
install.js
924
B
-rw-r--r--
2021-12-23 00:54
install.lock
13
B
-rw-r--r--
2021-12-23 00:54
install.php
9.52
KB
-rw-r--r--
2025-09-03 02:50
install.xml
952
B
-rw-r--r--
2021-12-23 00:54
md5
3.55
KB
-rw-r--r--
2025-09-03 02:50
notes.txt
2.71
KB
-rw-r--r--
2025-07-28 23:37
shopware.sql
1.63
MB
-rw-r--r--
2025-09-02 21:03
shopware.zip
72
MB
-rw-r--r--
2025-09-02 21:03
update_appkey.php
825
B
-rw-r--r--
2021-12-23 00:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 00:54
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); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>