One Hat Cyber Team
Your IP :
216.73.216.226
Server IP :
162.240.179.46
Server :
Linux vps-14493116.nutrivittasaude.com.br 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.3.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lifeprimeti
/
central.lifeprimeti.com.br
/
View File Name :
start.ps1
# Iniciar servidor PHP embutido Write-Host "===================================" -ForegroundColor Cyan Write-Host " " -NoNewline; Write-Host APP_NAME -NoNewline -ForegroundColor Cyan; Write-Host " - Iniciando..." -ForegroundColor White Write-Host "===================================" -ForegroundColor Cyan Write-Host "" Write-Host " Servidor: http://localhost:8000" -ForegroundColor Green Write-Host " Painel: http://localhost:8000/painel/" -ForegroundColor Green Write-Host " API: http://localhost:8000/api/v1/" -ForegroundColor Green Write-Host " Instalar: http://localhost:8000/install.php" -ForegroundColor Yellow Write-Host "" Write-Host " Pressione CTRL+C para parar" -ForegroundColor Gray Write-Host "" php -S localhost:8000 -t public