One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
andjemzt
/
mailing.andjemztech.com
/
View File Name :
artisan
#!/usr/bin/env php <?php use Symfony\Component\Console\Input\ArgvInput; define('LARAVEL_START', microtime(true)); // Register the Composer autoloader... require __DIR__.'/vendor/autoload.php'; // Bootstrap Laravel and handle the command... $status = (require_once __DIR__.'/bootstrap/app.php') ->handleCommand(new ArgvInput); exit($status);