$11 GRAYBYTE WORDPRESS FILE MANAGER $51

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/var/softaculous/webasyst/

HOME
Current File : /var/softaculous/webasyst//update_antibot.php
<?php
@unlink('update_antibot.php');

function __getRandomHexString($length = 64)
    {
        if (!__wa_is_int($length) || $length <= 0) {
            $length = 64;
        }

        // we will bin2hex and byte is 2 hex digit, so make a little correction and than, before method returns, make correction back
        $is_even = $length % 2 === 0;
        if (!$is_even) {
            $length += 1;
        }

        if (function_exists('random_bytes')) {
            try {

                $result = bin2hex(random_bytes($length / 2));

                // make a correction back
                if (!$is_even) {
                    $result = substr($result, 1);
                }

                return $result;
            } catch (Exception $e) {
            }
        }

        if (function_exists('openssl_random_pseudo_bytes')) {
            $result = openssl_random_pseudo_bytes($length / 2);
            if ($result) {
                $result = bin2hex($result);

                // make a correction back
                if (!$is_even) {
                    $result = substr($result, 1);
                }

                return $result;
            }
        }

        $bytes = [];
        if (function_exists('random_int')) {
            $fn = 'random_int';
        } elseif (function_exists('mt_rand')) {
            $fn = 'mt_rand';
        } else {
            $fn = 'rand';
        }

        for ($i = 0, $n = $length / 2; $i < $n; $i++) {
            $bytes[] = chr($fn(0, 255));   // gen one byte
        }

        $bytes = join('',$bytes);

        $result = bin2hex($bytes);

        // make a correction back
        if (!$is_even) {
            $result = substr($result, 1);
        }

        return $result;
}

function __wa_is_int($val)
{
    // check against objects to avoid nasty object to int conversion errors
    if (!is_numeric($val)) {
        return false;
    }
    // Test for very large integers
    if (function_exists('ctype_digit')) {
        $val = (string) $val;
        if (ctype_digit($val)) {
            return true;
        } else if ($val && $val[0] == '-' && ctype_digit(substr($val, 1))) {
            return true;
        }
    }
    // typecast trick works fine for anything else except boolean true
    return ($val !== true) && ((string)(int) $val) === ((string) $val);
}

$empty_field_name = serialize('!f'. __getRandomHexString(6));
$filled_field_name = serialize('!f'. __getRandomHexString(6));
$filled_field_value = serialize(__getRandomHexString(32));

echo '<empty_field_name>'.$empty_field_name.'</empty_field_name>';
echo '<filled_field_name>'.$filled_field_name.'</filled_field_name>';
echo '<filled_field_value>'.$filled_field_value.'</filled_field_value>';

?>


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
6 Apr 2026 1.55 AM
root / root
0755
images
--
7 Mar 2026 2.55 AM
root / root
0755
php53
--
7 Mar 2026 2.55 AM
root / root
0755
php56
--
7 Mar 2026 2.55 AM
root / root
0755
php71
--
7 Mar 2026 2.55 AM
root / root
0755
php81
--
7 Mar 2026 2.55 AM
root / root
0755
php82
--
7 Mar 2026 2.55 AM
root / root
0755
.htaccess
0.014 KB
23 Dec 2021 11.54 AM
root / root
0644
SystemConfig.class.php
0.153 KB
23 Dec 2021 11.54 AM
root / root
0644
_.htaccess
1.494 KB
17 Feb 2026 12.40 PM
root / root
0644
_htaccess
0.139 KB
17 Feb 2026 12.40 PM
root / root
0644
_thumb.php
0.188 KB
17 Feb 2026 12.40 PM
root / root
0644
all_fields_order.php
0.389 KB
17 Feb 2026 12.40 PM
root / root
0644
apps.php
0.231 KB
17 Feb 2026 12.40 PM
root / root
0644
company_fields_order.php
0.554 KB
17 Feb 2026 12.40 PM
root / root
0644
config.php
0.154 KB
24 Apr 2024 11.14 AM
root / root
0644
custom_fields.php
29.304 KB
17 Feb 2026 12.40 PM
root / root
0644
db.php
0.265 KB
6 Mar 2026 9.54 AM
root / root
0644
edit.php
4.222 KB
6 Mar 2026 12.26 PM
root / root
0644
edit.xml
0.423 KB
23 Dec 2021 11.54 AM
root / root
0644
fileindex.php
0.185 KB
17 Feb 2026 12.40 PM
root / root
0644
import.php
2.892 KB
6 Mar 2026 12.26 PM
root / root
0644
info.xml
3.418 KB
6 Mar 2026 9.54 AM
root / root
0644
install.js
0.902 KB
23 Dec 2021 11.54 AM
root / root
0644
install.php
15.406 KB
6 Mar 2026 12.26 PM
root / root
0644
install.xml
0.983 KB
23 Dec 2021 11.54 AM
root / root
0644
mail.php
0.079 KB
13 Feb 2025 9.31 AM
root / root
0644
md5
3.502 KB
6 Mar 2026 12.26 PM
root / root
0644
notes.txt
1.277 KB
17 Feb 2026 12.40 PM
root / root
0644
person_fields_order.php
1.523 KB
17 Feb 2026 12.40 PM
root / root
0644
plugins.php
0.093 KB
17 Feb 2026 12.40 PM
root / root
0644
robots.txt
0.209 KB
17 Feb 2026 12.40 PM
root / root
0644
routing.php
1.249 KB
17 Feb 2026 12.40 PM
root / root
0644
search.php
34.87 KB
17 Feb 2026 12.40 PM
root / root
0644
services.php
3.757 KB
17 Feb 2026 12.40 PM
root / root
0644
thumb.php
0.183 KB
17 Feb 2026 12.40 PM
root / root
0644
update_antibot.php
2.67 KB
17 Feb 2026 12.40 PM
root / root
0644
waid.php
0.601 KB
17 Feb 2026 12.40 PM
root / root
0644
webasyst.sql
332.91 KB
6 Mar 2026 9.54 AM
root / root
0644
webasyst.zip
129.85 MB
6 Mar 2026 9.54 AM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF