Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.131.37.82
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
oasis /
aws /
Aws /
Kinesis /
[ HOME SHELL ]
Name
Size
Permission
Action
Exception
[ DIR ]
drwxr-sr-x
KinesisClient.php
3.84
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : KinesisClient.php
<?php namespace Aws\Kinesis; use Aws\AwsClient; /** * This client is used to interact with the **Amazon Kinesis** service. * * @method \Aws\Result addTagsToStream(array $args = []) * @method \GuzzleHttp\Promise\Promise addTagsToStreamAsync(array $args = []) * @method \Aws\Result createStream(array $args = []) * @method \GuzzleHttp\Promise\Promise createStreamAsync(array $args = []) * @method \Aws\Result decreaseStreamRetentionPeriod(array $args = []) * @method \GuzzleHttp\Promise\Promise decreaseStreamRetentionPeriodAsync(array $args = []) * @method \Aws\Result deleteStream(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteStreamAsync(array $args = []) * @method \Aws\Result deregisterStreamConsumer(array $args = []) * @method \GuzzleHttp\Promise\Promise deregisterStreamConsumerAsync(array $args = []) * @method \Aws\Result describeLimits(array $args = []) * @method \GuzzleHttp\Promise\Promise describeLimitsAsync(array $args = []) * @method \Aws\Result describeStream(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStreamAsync(array $args = []) * @method \Aws\Result describeStreamConsumer(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStreamConsumerAsync(array $args = []) * @method \Aws\Result describeStreamSummary(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStreamSummaryAsync(array $args = []) * @method \Aws\Result disableEnhancedMonitoring(array $args = []) * @method \GuzzleHttp\Promise\Promise disableEnhancedMonitoringAsync(array $args = []) * @method \Aws\Result enableEnhancedMonitoring(array $args = []) * @method \GuzzleHttp\Promise\Promise enableEnhancedMonitoringAsync(array $args = []) * @method \Aws\Result getRecords(array $args = []) * @method \GuzzleHttp\Promise\Promise getRecordsAsync(array $args = []) * @method \Aws\Result getShardIterator(array $args = []) * @method \GuzzleHttp\Promise\Promise getShardIteratorAsync(array $args = []) * @method \Aws\Result increaseStreamRetentionPeriod(array $args = []) * @method \GuzzleHttp\Promise\Promise increaseStreamRetentionPeriodAsync(array $args = []) * @method \Aws\Result listShards(array $args = []) * @method \GuzzleHttp\Promise\Promise listShardsAsync(array $args = []) * @method \Aws\Result listStreamConsumers(array $args = []) * @method \GuzzleHttp\Promise\Promise listStreamConsumersAsync(array $args = []) * @method \Aws\Result listStreams(array $args = []) * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = []) * @method \Aws\Result listTagsForStream(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForStreamAsync(array $args = []) * @method \Aws\Result mergeShards(array $args = []) * @method \GuzzleHttp\Promise\Promise mergeShardsAsync(array $args = []) * @method \Aws\Result putRecord(array $args = []) * @method \GuzzleHttp\Promise\Promise putRecordAsync(array $args = []) * @method \Aws\Result putRecords(array $args = []) * @method \GuzzleHttp\Promise\Promise putRecordsAsync(array $args = []) * @method \Aws\Result registerStreamConsumer(array $args = []) * @method \GuzzleHttp\Promise\Promise registerStreamConsumerAsync(array $args = []) * @method \Aws\Result removeTagsFromStream(array $args = []) * @method \GuzzleHttp\Promise\Promise removeTagsFromStreamAsync(array $args = []) * @method \Aws\Result splitShard(array $args = []) * @method \GuzzleHttp\Promise\Promise splitShardAsync(array $args = []) * @method \Aws\Result startStreamEncryption(array $args = []) * @method \GuzzleHttp\Promise\Promise startStreamEncryptionAsync(array $args = []) * @method \Aws\Result stopStreamEncryption(array $args = []) * @method \GuzzleHttp\Promise\Promise stopStreamEncryptionAsync(array $args = []) * @method \Aws\Result updateShardCount(array $args = []) * @method \GuzzleHttp\Promise\Promise updateShardCountAsync(array $args = []) */ class KinesisClient extends AwsClient {}
Close