webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Auth
/
Events
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Attempting.php
0.729KB
edt
ren
Authenticated.php
0.639KB
edt
ren
CurrentDeviceLogout.php
0.645KB
edt
ren
Failed.php
0.81KB
edt
ren
Lockout.php
0.418KB
edt
ren
Login.php
0.821KB
edt
ren
Logout.php
0.632KB
edt
ren
OtherDeviceLogout.php
0.643KB
edt
ren
PasswordReset.php
0.46KB
edt
ren
Registered.php
0.471KB
edt
ren
Validated.php
0.667KB
edt
ren
Verified.php
0.464KB
edt
ren
<?php namespace Illuminate\Auth\Events; use Illuminate\Queue\SerializesModels; class Verified { use SerializesModels; /** * The verified user. * * @var \Illuminate\Contracts\Auth\MustVerifyEmail */ public $user; /** * Create a new event instance. * * @param \Illuminate\Contracts\Auth\MustVerifyEmail $user * @return void */ public function __construct($user) { $this->user = $user; } }