OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress
/
vendor
/
aws
/
aws-sdk-php
/
tests
/
Token
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:17 AM
rwxr-xr-x
📄
BearerTokenAuthorizationTest.php
2.29 KB
05/19/2025 10:07:17 AM
rw-r--r--
📄
SsoTokenProviderTest.php
6.21 KB
05/19/2025 10:07:17 AM
rw-r--r--
📄
TokenProviderTest.php
16.41 KB
05/19/2025 10:07:17 AM
rw-r--r--
📄
TokenTest.php
1.66 KB
05/19/2025 10:07:17 AM
rw-r--r--
📄
token_hack.php
531 bytes
05/19/2025 10:07:17 AM
rw-r--r--
Editing: token_hack.php
Close
<?php namespace Aws\Token; // Hack time() to returned the canned result. function time() { if (isset($_SERVER['aws_time'])) { return $_SERVER['aws_time'] === true ? 1640467800 : $_SERVER['aws_time']; } return \time(); } function strtotime($string) { if (isset($_SERVER['aws_str_to_time'])) { return $_SERVER['aws_str_to_time'] === true ? 1640467800 : $_SERVER['aws_str_to_time']; } return \strtotime($string); }