webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
zanysoft
/
laravel-zip
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
src
--
ren
tests
--
ren
.gitignore
0.072KB
edt
ren
LICENSE
1.07KB
edt
ren
README.md
6.764KB
edt
ren
composer.json
1.069KB
edt
ren
phpunit.xml
0.526KB
edt
ren
{ "name": "zanysoft/laravel-zip", "description": "laravel-zip is the world's leading zip utility for file compression and backup.", "license": "MIT", "homepage": "http://www.zanysoft.net", "authors": [ { "name": "Zany Soft", "email": "info@zanysoft.net", "homepage": "http://www.zanysoft.net" } ], "keywords": [ "laravel-zip", "laravel", "laravel8", "laravel9", "zip", "unzip", "extract", "backup", "ZipArchive", "multiple", "merge" ], "require": { "php": ">=7.4", "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "ext-zip": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "scrutinizer/ocular": "^1.9", "orchestra/testbench": "^6.24" }, "autoload": { "psr-4": { "ZanySoft\\Zip\\": "src" } }, "autoload-dev": { "psr-4": { "ZanySoft\\Zip\\": "tests" } }, "extra": { "laravel": { "providers": [ "ZanySoft\\Zip\\ZipServiceProvider" ], "aliases": { "Zip": "ZanySoft\\Zip\\Facades\\Zip" } } } }