webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
sanctum
/
src
/
Events
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
TokenAuthenticated.php
0.432KB
edt
ren
<?php namespace Laravel\Sanctum\Events; class TokenAuthenticated { /** * The personal access token that was authenticated. * * @var \Laravel\Sanctum\PersonalAccessToken */ public $token; /** * Create a new event instance. * * @param \Laravel\Sanctum\PersonalAccessToken $token * @return void */ public function __construct($token) { $this->token = $token; } }