webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
zanysoft
/
laravel-zip
/
src
/
Facades
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Zip.php
0.38KB
edt
ren
<?php namespace ZanySoft\Zip\Facades; use Illuminate\Support\Facades\Facade; /** * @method static \ZanySoft\Zip\Zip open($zip_file) * @method static \ZanySoft\Zip\Zip create($zip_file, $overwrite = false) * @method static \ZanySoft\Zip\Zip check($zip_file) */ class Zip extends Facade { protected static function getFacadeAccessor() { return 'zanysoft.zip'; } }